summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/wd_create.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/wd_create.c')
-rw-r--r--nuttx/sched/wd_create.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/sched/wd_create.c b/nuttx/sched/wd_create.c
index dcd301a56e..296ff5c3dd 100644
--- a/nuttx/sched/wd_create.c
+++ b/nuttx/sched/wd_create.c
@@ -1,7 +1,7 @@
/****************************************************************************
* sched/wd_create.c
*
- * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -37,10 +37,12 @@
* Included Files
****************************************************************************/
-#include <sys/types.h>
+#include <nuttx/config.h>
+
#include <wdog.h>
#include <queue.h>
#include <nuttx/arch.h>
+
#include "wd_internal.h"
/****************************************************************************