summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/pthreadkill.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/posix/src/pthreadkill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/pthreadkill.c b/c/src/exec/posix/src/pthreadkill.c
index 6ddd1d6138..37de5fc4c0 100644
--- a/c/src/exec/posix/src/pthreadkill.c
+++ b/c/src/exec/posix/src/pthreadkill.c
@@ -19,7 +19,7 @@
#include <rtems/posix/pthread.h>
#include <rtems/posix/psignal.h>
#include <rtems/score/isr.h>
-#include <rtems/posix/seterr.h>
+#include <rtems/seterr.h>
int pthread_kill(
pthread_t thread,