summaryrefslogtreecommitdiffstats
path: root/ttcp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 15:13:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 15:13:05 +0000
commitfaa85e62a27edadf79e3b05b5431ab1407395274 (patch)
tree8c8c267a0b5ae73ffe4a6366f36046a3aeaf46e9 /ttcp
parent2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadnetwork-demos-faa85e62a27edadf79e3b05b5431ab1407395274.tar.bz2
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* init.c: confdefs.h should be rtems/confdefs.h
Diffstat (limited to 'ttcp')
-rw-r--r--ttcp/ChangeLog4
-rw-r--r--ttcp/init.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ttcp/ChangeLog b/ttcp/ChangeLog
index 63107c7..127312c 100644
--- a/ttcp/ChangeLog
+++ b/ttcp/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.
2003-01-28 Joel Sherrill <joel@OARcorp.com>
diff --git a/ttcp/init.c b/ttcp/init.c
index 994af4b..b32a8c4 100644
--- a/ttcp/init.c
+++ b/ttcp/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>