uci: add state call to retrieve uci state variables
[project/rpcd.git] / exec.c
diff --git a/exec.c b/exec.c
index c03e450..3d2ec71 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -26,7 +26,7 @@
 #include <sys/stat.h>
 #include <sys/wait.h>
 
-#include "exec.h"
+#include <rpcd/exec.h>
 
 static int
 rpc_errno_status(void)
@@ -50,7 +50,7 @@ rpc_errno_status(void)
        }
 }
 
-static const char *
+const char *
 rpc_exec_lookup(const char *cmd)
 {
        struct stat s;