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/upload.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/upload.c') diff --git a/src/upload.c b/src/upload.c index 2f16c51..1f2f8c0 100644 --- a/src/upload.c +++ b/src/upload.c @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "protocol-constants.h" #include "requests.h" #include "trg-client.h" -- cgit v1.2.3