summaryrefslogtreecommitdiffstats
path: root/dnstest
diff options
context:
space:
mode:
Diffstat (limited to 'dnstest')
-rw-r--r--dnstest/ChangeLog4
-rw-r--r--dnstest/init.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/dnstest/ChangeLog b/dnstest/ChangeLog
index 1882560..b46eb56 100644
--- a/dnstest/ChangeLog
+++ b/dnstest/ChangeLog
@@ -1,5 +1,9 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * init.c: confdefs.h should be rtems/confdefs.h
+
+2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* init.c: Replace CONFIGURE_TEST_XXX with CONFIGURE_APPLICATION_XXX.
2000-12-14 Joel Sherrill <joel@OARcorp.com>
diff --git a/dnstest/init.c b/dnstest/init.c
index 6f34de0..e9df1bf 100644
--- a/dnstest/init.c
+++ b/dnstest/init.c
@@ -39,7 +39,7 @@
#define CONFIGURE_INIT
rtems_task Init (rtems_task_argument argument);
-#include <confdefs.h>
+#include <rtems/confdefs.h>
#include <stdio.h>
#include <rtems/rtems_bsdnet.h>