Move includes into subdirectory
[project/rpcd.git] / luci2.c
diff --git a/luci2.c b/luci2.c
index 50381a2..f136c56 100644 (file)
--- a/luci2.c
+++ b/luci2.c
@@ -34,7 +34,7 @@
 #include <libubus.h>
 #include <uci.h>
 
-#include "plugin.h"
+#include <rpcd/plugin.h>
 
 /* limit of log size buffer */
 #define RPC_LUCI2_MAX_LOGSIZE          (128 * 1024)