summaryrefslogtreecommitdiff
path: root/nuttx/sched/wd_cancel.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/wd_cancel.c')
-rw-r--r--nuttx/sched/wd_cancel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/sched/wd_cancel.c b/nuttx/sched/wd_cancel.c
index acf957163..f17e0d227 100644
--- a/nuttx/sched/wd_cancel.c
+++ b/nuttx/sched/wd_cancel.c
@@ -37,10 +37,12 @@
* Included Files
****************************************************************************/
-#include <sys/types.h>
+#include <nuttx/config.h>
+
#include <assert.h>
#include <wdog.h>
#include <nuttx/arch.h>
+
#include "os_internal.h"
#include "wd_internal.h"