summaryrefslogtreecommitdiffstats
path: root/testsuite/log01/test_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/log01/test_main.c')
-rw-r--r--testsuite/log01/test_main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/log01/test_main.c b/testsuite/log01/test_main.c
index 3a4ef65e..63077a56 100644
--- a/testsuite/log01/test_main.c
+++ b/testsuite/log01/test_main.c
@@ -32,8 +32,8 @@
#include <machine/rtems-bsd-kernel-space.h>
#include <sys/types.h>
+#include <sys/syslog.h>
#include <sys/systm.h>
-#include <syslog.h>
#include <assert.h>
#include <errno.h>
@@ -42,6 +42,8 @@
#include <stdlib.h>
#include <string.h>
+#include <rtems/bsd/bsd.h>
+
#define TEST_NAME "LIBBSD LOG 1"
typedef struct {