summaryrefslogtreecommitdiff
path: root/nuttx/fs/vfs/fs_fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/vfs/fs_fcntl.c')
-rw-r--r--nuttx/fs/vfs/fs_fcntl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/vfs/fs_fcntl.c b/nuttx/fs/vfs/fs_fcntl.c
index 12afad4bd..6e4ebefb1 100644
--- a/nuttx/fs/vfs/fs_fcntl.c
+++ b/nuttx/fs/vfs/fs_fcntl.c
@@ -48,7 +48,7 @@
#include <nuttx/net/net.h>
#include <nuttx/sched.h>
-#include "fs.h"
+#include "inode/inode.h"
/****************************************************************************
* Pre-processor Definitions