summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/getpid.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/getpid.c')
-rw-r--r--c/src/exec/posix/src/getpid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/getpid.c b/c/src/exec/posix/src/getpid.c
index 8e912adf39..e3c5a286ea 100644
--- a/c/src/exec/posix/src/getpid.c
+++ b/c/src/exec/posix/src/getpid.c
@@ -9,7 +9,7 @@
#include <rtems/system.h>
#include <rtems/score/object.h>
-#include <rtems/posix/seterr.h>
+#include <rtems/seterr.h>
/*PAGE
*