summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/psignalunblockthread.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/posix/src/psignalunblockthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/psignalunblockthread.c b/c/src/exec/posix/src/psignalunblockthread.c
index 916ed4724e..25ed95ab39 100644
--- a/c/src/exec/posix/src/psignalunblockthread.c
+++ b/c/src/exec/posix/src/psignalunblockthread.c
@@ -12,7 +12,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/tqdata.h>
#include <rtems/score/wkspace.h>
-#include <rtems/posix/seterr.h>
+#include <rtems/seterr.h>
#include <rtems/posix/threadsup.h>
#include <rtems/posix/psignal.h>
#include <rtems/posix/pthread.h>