diff options
Diffstat (limited to 'src/upload.c')
-rw-r--r-- | src/upload.c | 4 |
1 files changed, 4 insertions, 0 deletions
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" |