summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plug/hotplug.c1
-rw-r--r--service/validate.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/plug/hotplug.c b/plug/hotplug.c
index ef98f38..6f65c17 100644
--- a/plug/hotplug.c
+++ b/plug/hotplug.c
@@ -22,6 +22,7 @@
#include <libubox/blobmsg_json.h>
#include <libubox/json_script.h>
#include <libubox/uloop.h>
+#include <json/json.h>
#include <fcntl.h>
#include <unistd.h>
diff --git a/service/validate.c b/service/validate.c
index 3312d1d..a33a48e 100644
--- a/service/validate.c
+++ b/service/validate.c
@@ -13,6 +13,7 @@
#include <libubox/blobmsg_json.h>
#include <libubox/avl-cmp.h>
+#include <json/json.h>
#include "../procd.h"