summaryrefslogtreecommitdiffstats
path: root/src/status.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-03-03 02:41:33 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-03-03 02:41:33 +0100
commit82fe2bc0411386b5054269476b940e4f005a60c0 (patch)
tree4969da94cc94c6258af6ff2dad98feb4640a425f /src/status.c
parent16a18dfb16737bdfec72dd356bf694ad1f80133b (diff)
downloadfastd-82fe2bc0411386b5054269476b940e4f005a60c0.tar
fastd-82fe2bc0411386b5054269476b940e4f005a60c0.zip
Use new json-c include path
Diffstat (limited to 'src/status.c')
-rw-r--r--src/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/status.c b/src/status.c
index d0b8511..f079938 100644
--- a/src/status.c
+++ b/src/status.c
@@ -38,7 +38,7 @@
#include "method.h"
#include "peer.h"
-#include <json.h>
+#include <json-c/json.h>
#include <sys/un.h>