session: add support for saving and restoring session data to disk
[project/rpcd.git] / exec.c
diff --git a/exec.c b/exec.c
index 944ade41a9d205b239c5ffdd8d5f2e78cdde18ec..a5f6561cbefb405d9de9fcf03750c93d2a9cf6d1 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -1,5 +1,5 @@
 /*
- * luci-rpcd - LuCI UBUS RPC server
+ * rpcd - UBUS RPC server
  *
  *   Copyright (C) 2013 Jo-Philipp Wich <jow@openwrt.org>
  *
@@ -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)