plugin.h: explicitly include json.h
authorFelix Fietkau <nbd@openwrt.org>
Sat, 4 Oct 2014 17:54:58 +0000 (19:54 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 4 Oct 2014 17:54:58 +0000 (19:54 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
include/rpcd/plugin.h

index f30433d..3f992dc 100644 (file)
@@ -33,6 +33,7 @@
 
 #include <libubox/blobmsg_json.h>
 #include <libubus.h>
+#include <json/json.h>
 
 #include <rpcd/exec.h>
 #include <rpcd/session.h>