summaryrefslogtreecommitdiff
path: root/nuttx/sched/wdog/wd_cancel.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/wdog/wd_cancel.c')
-rw-r--r--nuttx/sched/wdog/wd_cancel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/sched/wdog/wd_cancel.c b/nuttx/sched/wdog/wd_cancel.c
index 44fc95ab4..9749eccb6 100644
--- a/nuttx/sched/wdog/wd_cancel.c
+++ b/nuttx/sched/wdog/wd_cancel.c
@@ -41,8 +41,9 @@
#include <stdbool.h>
#include <assert.h>
-#include <wdog.h>
+
#include <nuttx/arch.h>
+#include <nuttx/wdog.h>
#include "sched/sched.h"
#include "wdog/wdog.h"