Fix rpcd includes in plugin.h
This commit is contained in:
parent
b86774de65
commit
334a067a74
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue