summaryrefslogtreecommitdiff
path: root/nuttx/sched/wdog/wd_start.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/wdog/wd_start.c')
-rw-r--r--nuttx/sched/wdog/wd_start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/wdog/wd_start.c b/nuttx/sched/wdog/wd_start.c
index 009a5d5ee..608b1445c 100644
--- a/nuttx/sched/wdog/wd_start.c
+++ b/nuttx/sched/wdog/wd_start.c
@@ -42,13 +42,13 @@
#include <stdint.h>
#include <stdbool.h>
#include <stdarg.h>
-#include <wdog.h>
#include <unistd.h>
#include <sched.h>
#include <assert.h>
#include <errno.h>
#include <nuttx/arch.h>
+#include <nuttx/wdog.h>
#include "sched/sched.h"
#include "wdog/wdog.h"