hurd: Fix build with latest htl

* hurd/hurdsig.c: Include <pthreadP.h> instead of <pthread.h>.
This commit is contained in:
Samuel Thibault 2018-03-19 01:32:39 +01:00
parent e54554ca62
commit 0f652f053e
1 changed files with 1 additions and 1 deletions

View File

@ -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>