summaryrefslogtreecommitdiffstats
path: root/examples/testd.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/testd.c')
-rw-r--r--examples/testd.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/testd.c b/examples/testd.c
index 98e15d8..7d97f6c 100644
--- a/examples/testd.c
+++ b/examples/testd.c
@@ -23,11 +23,11 @@
#include <string.h>
#include <sys/select.h>
-#include <dfork.h>
-#include <dsignal.h>
-#include <dlog.h>
-#include <dpid.h>
-#include <dexec.h>
+#include <libdaemon/dfork.h>
+#include <libdaemon/dsignal.h>
+#include <libdaemon/dlog.h>
+#include <libdaemon/dpid.h>
+#include <libdaemon/dexec.h>
int main(int argc, char *argv[]) {
pid_t pid;