about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-10-02 22:52:17 +0100
committerJames Booth <boothj5@gmail.com>2016-10-02 22:52:17 +0100
commit772a72b6e6c448255f1beadebd81e1ef299b258b (patch)
treea9af73a42cb60640fc8be9874c06ae6c9cc60bd8
parent01e89f41b7b5621d8a42dd756c13a457d4ae0439 (diff)
downloadprofani-tty-772a72b6e6c448255f1beadebd81e1ef299b258b.tar.gz
Add config.h to http_upload.c
-rw-r--r--src/tools/http_upload.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/http_upload.c b/src/tools/http_upload.c
index 5254009c..fc41ec5e 100644
--- a/src/tools/http_upload.c
+++ b/src/tools/http_upload.c
@@ -34,6 +34,8 @@
 
 #define _GNU_SOURCE 1
 
+#include "config.h"
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>