summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-20 22:39:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-20 22:39:08 +0000
commit2cbb5fc46fab6b538c0493cccdf283219f2573b2 (patch)
treea8adae4b8f4f3a167e847f34183fb778895d642f /cpukit/posix
parent2007-12-20 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-2cbb5fc46fab6b538c0493cccdf283219f2573b2.tar.bz2
2007-12-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/include/rtems/posix/timer.h: Include rtems/score/object.h.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/include/rtems/posix/timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/posix/include/rtems/posix/timer.h b/cpukit/posix/include/rtems/posix/timer.h
index d4002cb03b..e03a835ad1 100644
--- a/cpukit/posix/include/rtems/posix/timer.h
+++ b/cpukit/posix/include/rtems/posix/timer.h
@@ -17,6 +17,7 @@
#define _RTEMS_POSIX_TIMER_H
#include <rtems/posix/config.h>
+#include <rtems/score/object.h>
/* Timer is free */
#define POSIX_TIMER_STATE_FREE 0x01