summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rtemsbsd/sys/fs/devfs/devfs_devs.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/rtemsbsd/sys/fs/devfs/devfs_devs.c b/rtemsbsd/sys/fs/devfs/devfs_devs.c
index 10735f9b..a38bb4d2 100644
--- a/rtemsbsd/sys/fs/devfs/devfs_devs.c
+++ b/rtemsbsd/sys/fs/devfs/devfs_devs.c
@@ -31,17 +31,20 @@
#include <machine/rtems-bsd-kernel-space.h>
-#include <machine/pcpu.h>
-#include <rtems/imfs.h>
-#include <stdlib.h>
-#include <string.h>
+#include <sys/types.h>
+#include <sys/conf.h>
#include <sys/file.h>
#include <sys/malloc.h>
+#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
-#include <sys/conf.h>
#include <fs/devfs/devfs_int.h>
+#include <machine/pcpu.h>
+
+#include <rtems/imfs.h>
+
const char rtems_cdev_directory[] = RTEMS_CDEV_DIRECTORY;
static struct cdev *