diff options
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/i386/pspinlock.c')
-rw-r--r-- | libpthread/linuxthreads/sysdeps/i386/pspinlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/sysdeps/i386/pspinlock.c b/libpthread/linuxthreads/sysdeps/i386/pspinlock.c index c9c62724b..64b59252a 100644 --- a/libpthread/linuxthreads/sysdeps/i386/pspinlock.c +++ b/libpthread/linuxthreads/sysdeps/i386/pspinlock.c @@ -20,7 +20,7 @@ #include <errno.h> #include <pthread.h> #include "internals.h" -#include <kernel-features.h> +#include <bits/kernel-features.h> /* This implementation is similar to the one used in the Linux kernel. |