summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psxmount
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-25 16:52:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-25 16:52:28 +0000
commit0bbc89df41b13ac3d3f5d6d2da4224f029de512a (patch)
tree528e7f5b9cbf1bb379f80a759d4307ce75698776 /c/src/tests/psxtests/psxmount
parent2000-10-24 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-0bbc89df41b13ac3d3f5d6d2da4224f029de512a.tar.bz2
2000-10-24 Joel Sherrill <joel@OARcorp.com>
* psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops. It was formerly incorrectly prototyped in <libio.h>.
Diffstat (limited to 'c/src/tests/psxtests/psxmount')
-rw-r--r--c/src/tests/psxtests/psxmount/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/tests/psxtests/psxmount/test.c b/c/src/tests/psxtests/psxmount/test.c
index 4bd50efcf9..567efe32e1 100644
--- a/c/src/tests/psxtests/psxmount/test.c
+++ b/c/src/tests/psxtests/psxmount/test.c
@@ -30,6 +30,7 @@
#include <errno.h>
#include <rtems.h>
#include <rtems/libio.h>
+#include <imfs.h>
extern rtems_filesystem_location_info_t rtems_filesystem_current;