diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/createthread.c | 2 |
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) |