summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-17 05:52:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-17 05:52:53 +0000
commit36225a23f36d6a94ab4d18bdc3bf6e5a0c42f677 (patch)
treeba0178c665b00bfd1372062571ecc1f783ed5325 /cpukit/score/include
parent2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-36225a23f36d6a94ab4d18bdc3bf6e5a0c42f677.tar.bz2
#include <stdint.h>, #include <time.h>. Remove bogus #include <sys/types.h>.
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/score/timespec.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/timespec.h b/cpukit/score/include/rtems/score/timespec.h
index 060df71f38..d7c543bb3e 100644
--- a/cpukit/score/include/rtems/score/timespec.h
+++ b/cpukit/score/include/rtems/score/timespec.h
@@ -26,12 +26,13 @@
*/
/**@{*/
+#include <stdint.h> /* uint32_t */
+#include <time.h> /* struct timespec */
+
#ifdef __cplusplus
extern "C" {
#endif
-#include <sys/types.h>
-
/** @brief Set Timespec to Seconds Nanosecond
*
* This method sets the timespec to the specified seconds and nanoseconds