about summary refs log tree commit diff stats
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/autocomplete.c2
-rw-r--r--src/tools/http_common.c2
-rw-r--r--src/tools/parser.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/autocomplete.c b/src/tools/autocomplete.c
index 07689907..9a809984 100644
--- a/src/tools/autocomplete.c
+++ b/src/tools/autocomplete.c
@@ -33,6 +33,8 @@
  *
  */
 
+#include "config.h"
+
 #define _GNU_SOURCE
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/src/tools/http_common.c b/src/tools/http_common.c
index e066a6f6..cd24c57e 100644
--- a/src/tools/http_common.c
+++ b/src/tools/http_common.c
@@ -33,6 +33,8 @@
  *
  */
 
+#include "config.h"
+
 #define _GNU_SOURCE 1
 
 #include <stdlib.h>
diff --git a/src/tools/parser.c b/src/tools/parser.c
index c251c13a..98dc5809 100644
--- a/src/tools/parser.c
+++ b/src/tools/parser.c
@@ -33,6 +33,8 @@
  *
  */
 
+#include "config.h"
+
 #include <stdlib.h>
 #include <string.h>