diff options
Diffstat (limited to 'libpthread/sysdeps/viengoos/pt-wakeup.c')
-rw-r--r-- | libpthread/sysdeps/viengoos/pt-wakeup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/sysdeps/viengoos/pt-wakeup.c b/libpthread/sysdeps/viengoos/pt-wakeup.c index 60804ea..6435689 100644 --- a/libpthread/sysdeps/viengoos/pt-wakeup.c +++ b/libpthread/sysdeps/viengoos/pt-wakeup.c @@ -20,7 +20,7 @@ #include <pt-internal.h> #include <hurd/stddef.h> -#include <hurd/futex.h> +#include <viengoos/futex.h> #include <stdint.h> /* Wakeup THREAD. */ |