summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/semaphore.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/semaphore.c')
-rw-r--r--cpukit/posix/src/semaphore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/semaphore.c b/cpukit/posix/src/semaphore.c
index 58da098501..21d67c5646 100644
--- a/cpukit/posix/src/semaphore.c
+++ b/cpukit/posix/src/semaphore.c
@@ -29,7 +29,7 @@
#include <rtems/system.h>
#include <rtems/config.h>
#include <rtems/score/object.h>
-#include <rtems/posix/semaphore.h>
+#include <rtems/posix/semaphoreimpl.h>
#include <rtems/posix/time.h>
#include <rtems/seterr.h>