aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
Diffstat (limited to 'nptl')
-rw-r--r--nptl/createthread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/createthread.c b/nptl/createthread.c
index d71467f0d4..e718e35a11 100644
--- a/nptl/createthread.c
+++ b/nptl/createthread.c
@@ -25,6 +25,8 @@
#include <tls.h>
#include <stdint.h>
+#include <arch-fork.h>
+
#define CLONE_SIGNAL (CLONE_SIGHAND | CLONE_THREAD)