summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/getppid.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/posix/src/getppid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/getppid.c b/cpukit/posix/src/getppid.c
index 46e49cd3bf..239a47511f 100644
--- a/cpukit/posix/src/getppid.c
+++ b/cpukit/posix/src/getppid.c
@@ -9,7 +9,7 @@
#include <rtems/system.h>
#include <rtems/score/object.h>
-#include <rtems/posix/seterr.h>
+#include <rtems/seterr.h>
pid_t _POSIX_types_Ppid = 0;