summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/intr.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/intr.c')
-rw-r--r--c/src/exec/posix/src/intr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/intr.c b/c/src/exec/posix/src/intr.c
index 11fbe6969a..7f9c62964d 100644
--- a/c/src/exec/posix/src/intr.c
+++ b/c/src/exec/posix/src/intr.c
@@ -9,8 +9,9 @@
#include <errno.h>
#include <intr.h>
-
#include <pthread.h>
+
+#include <rtems/system.h>
#include <rtems/score/isr.h>
#include <rtems/score/coresem.h>
#include <rtems/score/thread.h>