diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-03-03 02:41:33 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-03-03 02:41:33 +0100 |
commit | 82fe2bc0411386b5054269476b940e4f005a60c0 (patch) | |
tree | 4969da94cc94c6258af6ff2dad98feb4640a425f | |
parent | 16a18dfb16737bdfec72dd356bf694ad1f80133b (diff) | |
download | fastd-82fe2bc0411386b5054269476b940e4f005a60c0.tar fastd-82fe2bc0411386b5054269476b940e4f005a60c0.zip |
Use new json-c include path
-rw-r--r-- | src/status.c | 2 |
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> |