summaryrefslogtreecommitdiff
path: root/tests/daemon
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-17 16:02:48 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-17 16:02:48 +0100
commit7c1d830045ea25ad3537e68b72900600d02fd135 (patch)
tree7287e020f05daa5c3fa6a5d6534f989a61a76793 /tests/daemon
parentd2b1bd190c039c817ca6432a4b6a66c1e8db116f (diff)
downloadwolfbones-7c1d830045ea25ad3537e68b72900600d02fd135.tar.gz
wolfbones-7c1d830045ea25ad3537e68b72900600d02fd135.tar.bz2
moved the logger (log and messages) into it's own subdirectory (is a subsystem of wolf in the end)
Diffstat (limited to 'tests/daemon')
-rw-r--r--tests/daemon/testd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/daemon/testd.c b/tests/daemon/testd.c
index 6bd3a0a..3f9f5d2 100644
--- a/tests/daemon/testd.c
+++ b/tests/daemon/testd.c
@@ -3,10 +3,10 @@
#include "port/gettext.h" /* for i18n */
#include "errors.h" /* global error codes */
-#include "log.h" /* logging facility */
+#include "log/log.h" /* logging facility */
+#include "log/messages.h" /* for i18n */
#include "daemon/daemon.h" /* Unix daemonizing code */
#include "daemon/signals.h" /* signal suspension */
-#include "messages.h" /* for i18n */
#include <unistd.h> /* for exit, unistd, getuid, getppid */
#include <stdlib.h> /* for EXIT_FAILURE, EXIT_SUCCESS */