projects
/
oweals
/
rpcd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b86774d
)
Fix rpcd includes in plugin.h
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 5 Sep 2013 15:00:23 +0000
(17:00 +0200)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 5 Sep 2013 15:00:23 +0000
(17:00 +0200)
include/rpcd/plugin.h
patch
|
blob
|
history
diff --git
a/include/rpcd/plugin.h
b/include/rpcd/plugin.h
index 6b3d244106b1aca5e8669ad5ca3101e6ce370886..6ee07ce8fd8a2329d9381c4d8fc35c3832b4022c 100644
(file)
--- 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"