Message ID | 20180319004023.12695-1-samuel.thibault@ens-lyon.org |
---|---|
State | New |
Headers | show |
Series | [hurd,commited] hurd: Fix build with latest htl | expand |
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c index fdadd5b694..101dd76be1 100644 --- a/hurd/hurdsig.c +++ b/hurd/hurdsig.c @@ -20,7 +20,7 @@ #include <string.h> #include <cthreads.h> /* For `struct mutex'. */ -#include <pthread.h> +#include <pthreadP.h> #include <mach.h> #include <mach/thread_switch.h>