summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/sempost.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/posix/src/sempost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/sempost.c b/c/src/exec/posix/src/sempost.c
index 5a646eee82..2228c1c072 100644
--- a/c/src/exec/posix/src/sempost.c
+++ b/c/src/exec/posix/src/sempost.c
@@ -14,7 +14,7 @@
#include <rtems/score/object.h>
#include <rtems/posix/semaphore.h>
#include <rtems/posix/time.h>
-#include <rtems/posix/seterr.h>
+#include <rtems/seterr.h>
/*PAGE
*