diff options
Diffstat (limited to 'sysdeps/nptl/aio_misc.h')
-rw-r--r-- | sysdeps/nptl/aio_misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nptl/aio_misc.h b/sysdeps/nptl/aio_misc.h index ac3488c57e..c3de84b1ac 100644 --- a/sysdeps/nptl/aio_misc.h +++ b/sysdeps/nptl/aio_misc.h @@ -21,7 +21,7 @@ correct aio_suspend and lio_listio implementations. */ #include <assert.h> -#include <pthreadP.h> +#include <nptl/pthreadP.h> #include <lowlevellock.h> #define DONT_NEED_AIO_MISC_COND 1 |