summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispatch.c1
-rw-r--r--src/json.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/dispatch.c b/src/dispatch.c
index 69c0187..2c720e3 100644
--- a/src/dispatch.c
+++ b/src/dispatch.c
@@ -22,6 +22,7 @@
#include <json-glib/json-glib.h>
#include <curl/curl.h>
+#include "config.h"
#include "dispatch.h"
#include "http.h"
#include "json.h"
diff --git a/src/json.c b/src/json.c
index a7e4b4d..1208238 100644
--- a/src/json.c
+++ b/src/json.c
@@ -22,6 +22,7 @@
#include <json-glib/json-glib.h>
#include <gtk/gtk.h>
+#include "config.h"
#include "protocol-constants.h"
#include "requests.h"
#include "dispatch.h"