fixed compilation with newer json lib
[ppastats.git] / src / fcache.h
index 89bd9d8..de50b88 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef _PPASTATS_FCACHE_H_
 #define _PPASTATS_FCACHE_H_
 
-#include <json/json.h>
+#include <json.h>
 
 char *fcache_get(const char *k);
 void fcache_put(const char *k, const char *v);