summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/posix/semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/posix/semaphore.h')
-rw-r--r--cpukit/include/rtems/posix/semaphore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/posix/semaphore.h b/cpukit/include/rtems/posix/semaphore.h
index 734d8bb84b..16b6d711cc 100644
--- a/cpukit/include/rtems/posix/semaphore.h
+++ b/cpukit/include/rtems/posix/semaphore.h
@@ -20,7 +20,7 @@
#define _RTEMS_POSIX_SEMAPHORE_H
#include <semaphore.h>
-#include <rtems/score/object.h>
+#include <rtems/score/objectdata.h>
#ifdef __cplusplus
extern "C" {