summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/wd_gettime.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/wd_gettime.c')
-rw-r--r--nuttx/sched/wd_gettime.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/nuttx/sched/wd_gettime.c b/nuttx/sched/wd_gettime.c
index 40322e00a4..0d5a3a4708 100644
--- a/nuttx/sched/wd_gettime.c
+++ b/nuttx/sched/wd_gettime.c
@@ -1,7 +1,7 @@
/********************************************************************************
- * wd_gettime.c
+ * sched/wd_gettime.c
*
- * Copyright (C) 2007 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
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -37,8 +37,10 @@
* Included Files
********************************************************************************/
-#include <sys/types.h>
+#include <nuttx/config.h>
+
#include <wdog.h>
+
#include "os_internal.h"
#include "wd_internal.h"