summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 159c0adc14..967d9cd110 100644
--- a/testsuites/tmitrontests/ChangeLog
+++ b/testsuites/tmitrontests/ChangeLog
@@ -1,3 +1,7 @@
+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>
* include/timesys.h: Convert to using c99 fixed size types.
diff --git a/testsuites/tmitrontests/tmitronsem01/system.h b/testsuites/tmitrontests/tmitronsem01/system.h
index 1b8d101a6c..e1dc4dc7e1 100644
--- a/testsuites/tmitrontests/tmitronsem01/system.h
+++ b/testsuites/tmitrontests/tmitronsem01/system.h
@@ -14,7 +14,7 @@
*/
#include <tmacros.h>
-#include <itron.h>
+#include <rtems/itron.h>
#include <assert.h>
/* functions */