plugin.h: explicitly include json.h
[project/rpcd.git] / include / rpcd / plugin.h
index f30433dcfd0e9a38e4e220160ffee8b81e3a23fa..3f992dc7c863e4810b3420fb5fd6cd18ebc1309a 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>