dosfs: Include <rtems/dosfs.h>

Prepare for header file move to common include directory.

Update #3254.
This commit is contained in:
Sebastian Huber
2017-12-13 08:05:10 +01:00
parent 51a30a4b73
commit 7683da88e4
2 changed files with 2 additions and 2 deletions

View File

@@ -34,11 +34,11 @@
#include <inttypes.h>
#include <rtems/libio_.h>
#include <rtems/dosfs.h>
#include "fat.h"
#include "fat_fat_operations.h"
#include "msdos.h"
#include "dosfs.h"
#define ONE_GB (1024L * 1024L * 1024L)

View File

@@ -25,7 +25,7 @@
#endif
#include <rtems/libio_.h>
#include "dosfs.h"
#include <rtems/dosfs.h>
#include "msdos.h"
static int msdos_clone_node_info(rtems_filesystem_location_info_t *loc)