support of json-0 and json-c (different include dirs)
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 21 Jan 2014 16:50:26 +0000 (16:50 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 21 Jan 2014 16:50:26 +0000 (16:50 +0000)
src/main.c
src/tw.c

index f3983d6..e692723 100644 (file)
@@ -22,7 +22,7 @@
 #include <getopt.h>
 #include <sys/stat.h>
 
-#include <json/json.h>
+#include <json.h>
 
 #include <glib/gi18n.h>
 
index abc9808..8c68592 100644 (file)
--- a/src/tw.c
+++ b/src/tw.c
@@ -24,7 +24,7 @@
 #include <sys/stat.h>
 #include <time.h>
 
-#include <json/json.h>
+#include <json.h>
 
 #include <list.h>
 #include <log.h>