summaryrefslogtreecommitdiff
path: root/include/rpcd/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpcd/plugin.h')
-rw-r--r--include/rpcd/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rpcd/plugin.h b/include/rpcd/plugin.h
index 6b3d244..6ee07ce 100644
--- a/include/rpcd/plugin.h
+++ b/include/rpcd/plugin.h
@@ -34,8 +34,8 @@
#include <libubox/blobmsg_json.h>
#include <libubus.h>
-#include "exec.h"
-#include "session.h"
+#include <rpcd/exec.h>
+#include <rpcd/session.h>
/* location of plugin executables */
#define RPC_PLUGIN_DIRECTORY "/usr/libexec/rpcd"