summaryrefslogtreecommitdiff
path: root/src/json.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-03 21:17:05 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-03 21:17:05 +0000
commit1d6a5969e35e312c598a7357830506c52d54c4b8 (patch)
tree6cc6e2561a8be82c2050cd020b3b61ff3425acb6 /src/json.c
parentac5195864bd59f0e3fd13506d0b3d35a7a1eee5e (diff)
make use of libcurl.m4 in configure script, remove some things which ubuntu doesn't like.
Diffstat (limited to 'src/json.c')
-rw-r--r--src/json.c1
1 files changed, 1 insertions, 0 deletions
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"