summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3152/src/up_usbmsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ea3152/src/up_usbmsc.c')
-rw-r--r--nuttx/configs/ea3152/src/up_usbmsc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/ea3152/src/up_usbmsc.c b/nuttx/configs/ea3152/src/up_usbmsc.c
index db92e5b9e..2c3356b4e 100644
--- a/nuttx/configs/ea3152/src/up_usbmsc.c
+++ b/nuttx/configs/ea3152/src/up_usbmsc.c
@@ -46,8 +46,8 @@
#include <errno.h>
#include <stdlib.h>
-#include <nuttx/fs.h>
-#include <nuttx/mkfatfs.h>
+#include <nuttx/fs/fs.h>
+#include <nuttx/fs/mkfatfs.h>
#include <nuttx/ramdisk.h>
/****************************************************************************