summaryrefslogtreecommitdiff
path: root/tests/log
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-28 12:47:16 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-28 12:47:16 +0100
commit3fc62e2105fabcb2df54a3b5ada30d97060cfdc7 (patch)
treea9cd89b37e413065585fe4040c88a63e75ab4796 /tests/log
parent9ea1274d7cd7bf6b475c4b0b76c972e932c17a9f (diff)
downloadwolfbones-3fc62e2105fabcb2df54a3b5ada30d97060cfdc7.tar.gz
wolfbones-3fc62e2105fabcb2df54a3b5ada30d97060cfdc7.tar.bz2
fixed includes in test_log.c and sys_internal on Solaris 8
Diffstat (limited to 'tests/log')
-rw-r--r--tests/log/test_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/log/test_log.c b/tests/log/test_log.c
index 714c71c..dadf71d 100644
--- a/tests/log/test_log.c
+++ b/tests/log/test_log.c
@@ -1,4 +1,4 @@
-#include "wolf/log.h" /* for logging */
+#include "log.h" /* for logging */
#include <stdlib.h> /* for exit, EXIT_SUCCESS, free */