summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_automount.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/fs_automount.c')
-rw-r--r--nuttx/fs/fs_automount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/fs_automount.c b/nuttx/fs/fs_automount.c
index 9074d4159..5e35f0b68 100644
--- a/nuttx/fs/fs_automount.c
+++ b/nuttx/fs/fs_automount.c
@@ -46,11 +46,11 @@
#include <sys/mount.h>
#include <stdbool.h>
-#include <wdog.h>
#include <errno.h>
#include <assert.h>
#include <debug.h>
+#include <nuttx/wdog.h>
#include <nuttx/kmalloc.h>
#include <nuttx/wqueue.h>
#include <nuttx/fs/automount.h>