summaryrefslogtreecommitdiffstats
path: root/testsuites/tmitrontests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmitrontests')
-rw-r--r--testsuites/tmitrontests/ChangeLog4
-rw-r--r--testsuites/tmitrontests/tmitronsem01/system.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/tmitrontests/ChangeLog b/testsuites/tmitrontests/ChangeLog
index 967d9cd110..148f57b443 100644
--- a/testsuites/tmitrontests/ChangeLog
+++ b/testsuites/tmitrontests/ChangeLog
@@ -1,5 +1,9 @@
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
+ * tmitronsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+
+2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
+
* tmitronsem01/system.h: Include <rtems/itron.h> instead of <itron.h>.
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
diff --git a/testsuites/tmitrontests/tmitronsem01/system.h b/testsuites/tmitrontests/tmitronsem01/system.h
index e1dc4dc7e1..7e9069d973 100644
--- a/testsuites/tmitrontests/tmitronsem01/system.h
+++ b/testsuites/tmitrontests/tmitronsem01/system.h
@@ -30,7 +30,7 @@ void ITRON_Init( void );
#define CONFIGURE_MAXIMUM_ITRON_SEMAPHORES 100
#define CONFIGURE_ITRON_INIT_TASK_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* global variables */