summaryrefslogtreecommitdiff
path: root/src/bencode.c
diff options
context:
space:
mode:
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>