summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/condget.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/condget.c')
-rw-r--r--cpukit/posix/src/condget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/condget.c b/cpukit/posix/src/condget.c
index 5682020d4e..4959d556d8 100644
--- a/cpukit/posix/src/condget.c
+++ b/cpukit/posix/src/condget.c
@@ -20,7 +20,7 @@
#include <rtems/score/watchdog.h>
#include <rtems/posix/cond.h>
#include <rtems/posix/time.h>
-#include <rtems/posix/mutex.h>
+#include <rtems/posix/muteximpl.h>
POSIX_Condition_variables_Control *_POSIX_Condition_variables_Get (
pthread_cond_t *cond,