aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/hurdsig.c2
1 files changed, 1 insertions, 1 deletions
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>