diff options
Diffstat (limited to 'libpthread/sysdeps/viengoos/pt-thread-start.c')
-rw-r--r-- | libpthread/sysdeps/viengoos/pt-thread-start.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/sysdeps/viengoos/pt-thread-start.c b/libpthread/sysdeps/viengoos/pt-thread-start.c index f03f4c2..f4478ac 100644 --- a/libpthread/sysdeps/viengoos/pt-thread-start.c +++ b/libpthread/sysdeps/viengoos/pt-thread-start.c @@ -20,7 +20,7 @@ #include <assert.h> #include <errno.h> #include <string.h> -#include <hurd/thread.h> +#include <viengoos/thread.h> #include <hurd/exceptions.h> #include <pt-internal.h> |