summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:14:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:14:40 +0000
commit05153a1f105a52fc73328ad9f5e6df076192b4e1 (patch)
treec5f4b50e4c645c4a9133ad58afdb128147bf443a /testsuites
parent2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-05153a1f105a52fc73328ad9f5e6df076192b4e1.tar.bz2
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/samples/ChangeLog4
-rw-r--r--testsuites/samples/fileio/init.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 088d639459..567a67557f 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
+
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
* fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
diff --git a/testsuites/samples/fileio/init.c b/testsuites/samples/fileio/init.c
index 5fafd446d6..344c049540 100644
--- a/testsuites/samples/fileio/init.c
+++ b/testsuites/samples/fileio/init.c
@@ -30,7 +30,7 @@
#include <rtems.h>
#include <fcntl.h>
#include <rtems/error.h>
-#include <dosfs.h>
+#include <rtems/dosfs.h>
#include <ctype.h>
#include <rtems/ide_part_table.h>
#include <rtems/libcsupport.h>