From e399c4189962cdeace1210b2de0999c519411fcc Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sat, 26 Dec 2015 21:00:14 -0500 Subject: Consistently include config.h This still needs some work in a few headers that depend on it --- src/bencode.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/bencode.c') 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 /* malloc() realloc() free() strtoll() */ #include /* memset() */ #include -- cgit v1.2.3