]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/jsmn/example/jsondump.c
wwww
[16.git] / src / lib / jsmn / example / jsondump.c
old mode 100644 (file)
new mode 100755 (executable)
index 04d9f5a..3490bbf
@@ -2,7 +2,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
-#include "../jsmn.c"
+#include "../jsmn.h"
 
 /*
  * An example of reading JSON from stdin and printing its content to stdout.