summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest/posixtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/ostest/posixtimer.c')
-rw-r--r--nuttx/examples/ostest/posixtimer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/examples/ostest/posixtimer.c b/nuttx/examples/ostest/posixtimer.c
index 84ac25ff2..457b4c1a2 100644
--- a/nuttx/examples/ostest/posixtimer.c
+++ b/nuttx/examples/ostest/posixtimer.c
@@ -1,7 +1,7 @@
/***********************************************************************
* examples/ostest/posixtimer.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,7 +37,6 @@
* Included Files
**************************************************************************/
-#include <sys/types.h>
#include <stdio.h>
#include <unistd.h>
#include <semaphore.h>