summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/devfs/devfs_init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 19:14:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 19:14:20 +0000
commit6a14d440bcb07f7832d741b89249dc4fdaaf65a9 (patch)
tree8c82569dfada68a0bb7cd81166e82c04a20ded62 /cpukit/libfs/src/devfs/devfs_init.c
parent2008-09-17 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-6a14d440bcb07f7832d741b89249dc4fdaaf65a9.tar.bz2
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/devfs/devclose.c, libfs/src/devfs/devfs_init.c, libfs/src/devfs/devfs_show.c, libfs/src/devfs/devioctl.c, libfs/src/devfs/devopen.c, libfs/src/devfs/devread.c, libfs/src/devfs/devwrite.c: Fix warnings.
Diffstat (limited to 'cpukit/libfs/src/devfs/devfs_init.c')
-rw-r--r--cpukit/libfs/src/devfs/devfs_init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/libfs/src/devfs/devfs_init.c b/cpukit/libfs/src/devfs/devfs_init.c
index e54eaa654a..c98ac113cb 100644
--- a/cpukit/libfs/src/devfs/devfs_init.c
+++ b/cpukit/libfs/src/devfs/devfs_init.c
@@ -10,8 +10,10 @@
#include "config.h"
#endif
-#include <rtems/seterr.h>
#include <stdlib.h>
+#include <rtems.h>
+#include <rtems/seterr.h>
+#include <rtems/score/wkspace.h>
#include "devfs.h"
rtems_filesystem_operations_table devFS_ops =