explicit use of json-c
[src/app-framework-binder.git] / plugins / samples / HelloWorld.c
index 2714ef4..83a4811 100644 (file)
@@ -17,7 +17,7 @@
 #define _GNU_SOURCE
 #include <stdio.h>
 #include <string.h>
-#include <json.h>
+#include <json-c/json.h>
 
 #include "afb-plugin.h"