summaryrefslogtreecommitdiff
path: root/src/bencode.c
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2016-10-23 11:45:23 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2016-10-23 11:45:23 -0400
commite0d00f10c50104ce1a77d035c9c2fc14545c0b92 (patch)
treee70bdc4879a8cdaf77dce5ff389d8e73cfddd4c3 /src/bencode.c
parent4e526acfb28ca68322009c5a958b9926cf3c8413 (diff)
parent7c29748eee49c59ad09831924f4bbefc9b7ee5f5 (diff)
Merge branch 'upstream'
Diffstat (limited to 'src/bencode.c')
-rw-r--r--src/bencode.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bencode.c b/src/bencode.c
index 89f35ed..476baeb 100644
--- a/src/bencode.c
+++ b/src/bencode.c
@@ -24,6 +24,10 @@
* into the public domain as well).
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdlib.h> /* malloc() realloc() free() strtoll() */
#include <string.h> /* memset() */
#include <ctype.h>