diff options
Diffstat (limited to 'plug')
-rw-r--r-- | plug/hotplug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plug/hotplug.c b/plug/hotplug.c index 061833a..6df7971 100644 --- a/plug/hotplug.c +++ b/plug/hotplug.c @@ -22,7 +22,7 @@ #include <libubox/blobmsg_json.h> #include <libubox/json_script.h> #include <libubox/uloop.h> -#include <json/json.h> +#include <json-c/json.h> #include <fcntl.h> #include <unistd.h> |