fixed compilation with newer json lib
[ppastats.git] / src / html.c
index a6acc2f..a6536ae 100644 (file)
@@ -27,7 +27,7 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 
-#include <json/json.h>
+#include <json.h>
 
 #include "html.h"
 #include "io.h"