summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-01 21:40:13 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-01 21:40:13 +0200
commitd574fd0796b1bd40ffe904a5e1964bca9bcd6bf2 (patch)
treeb8a1182d87424985f21cdbcf83e5f10ca91bc0c6 /hurd
parent60e003a909f4e624829ff24a3575d185221e23de (diff)
Include pthreadP.h for __cthread_fork
Diffstat (limited to 'hurd')
-rw-r--r--hurd/hurdsig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c
index db9392328d..d0f4bef16c 100644
--- a/hurd/hurdsig.c
+++ b/hurd/hurdsig.c
@@ -21,6 +21,7 @@
#include <cthreads.h> /* For `struct mutex'. */
#include <pthread.h>
+#include <pthreadP.h>
#include <mach.h>
#include <mach/thread_switch.h>