summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86/src
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/x86/src')
-rw-r--r--nuttx/arch/x86/src/common/up_exit.c2
-rw-r--r--nuttx/arch/x86/src/common/up_initialize.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/x86/src/common/up_exit.c b/nuttx/arch/x86/src/common/up_exit.c
index ceca72c87..840464da1 100644
--- a/nuttx/arch/x86/src/common/up_exit.c
+++ b/nuttx/arch/x86/src/common/up_exit.c
@@ -47,7 +47,7 @@
#include "up_internal.h"
#ifdef CONFIG_DUMP_ON_EXIT
-#include <nuttx/fs.h>
+#include <nuttx/fs/fs.h>
#endif
/****************************************************************************
diff --git a/nuttx/arch/x86/src/common/up_initialize.c b/nuttx/arch/x86/src/common/up_initialize.c
index eb0cdccc1..f58fd00a6 100644
--- a/nuttx/arch/x86/src/common/up_initialize.c
+++ b/nuttx/arch/x86/src/common/up_initialize.c
@@ -42,7 +42,7 @@
#include <debug.h>
#include <nuttx/arch.h>
-#include <nuttx/fs.h>
+#include <nuttx/fs/fs.h>
#include <nuttx/ramlog.h>
#include <arch/board/board.h>