summaryrefslogtreecommitdiff
path: root/tests/daemon
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-05 08:54:32 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-05 08:54:32 +0100
commit0722536fcef8559b01728235b4a580991766a3cf (patch)
tree98bbf6d71a59e2dc486393721af48d447adf8c16 /tests/daemon
parent274841ea7aaca859ce7282e7a33b20cfe1f9b243 (diff)
downloadwolfbones-0722536fcef8559b01728235b4a580991766a3cf.tar.gz
wolfbones-0722536fcef8559b01728235b4a580991766a3cf.tar.bz2
tested again on older OpenBSD 4.2
Diffstat (limited to 'tests/daemon')
-rw-r--r--tests/daemon/testd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/daemon/testd.c b/tests/daemon/testd.c
index 47dad8e..fdb3a8f 100644
--- a/tests/daemon/testd.c
+++ b/tests/daemon/testd.c
@@ -2,6 +2,7 @@
#include <unistd.h> /* for exit, unistd, getuid, getppid */
#include <stdlib.h> /* for EXIT_FAILURE, EXIT_SUCCESS */
+#include <stdio.h> /* for fprntf */
#include "errors.h" /* global error codes */
#include "log.h" /* logging facility */