summaryrefslogtreecommitdiff
path: root/tests/daemon
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-01-12 17:24:29 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-01-12 17:24:29 +0100
commitda4b7944b72d753d6433976ee0d9869e27266f9a (patch)
tree99d7dac0fe04f0e88391225fbe379724784e31c0 /tests/daemon
parentdb452e3d199a444823479db4cb3f784ad3dc2ea9 (diff)
downloadwolfbones-da4b7944b72d753d6433976ee0d9869e27266f9a.tar.gz
wolfbones-da4b7944b72d753d6433976ee0d9869e27266f9a.tar.bz2
exporting string.h as part of libwolf_port.a as this is strdup is handy
Diffstat (limited to 'tests/daemon')
-rw-r--r--tests/daemon/testd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/daemon/testd.c b/tests/daemon/testd.c
index 2a33471..058012c 100644
--- a/tests/daemon/testd.c
+++ b/tests/daemon/testd.c
@@ -1,4 +1,4 @@
-#include "port/stdbool.h" /* for bool */
+#include "port/string.h" /* for strdup */
#include <unistd.h> /* for exit, unistd, getuid, getppid */
#include <stdlib.h> /* for EXIT_FAILURE, EXIT_SUCCESS */