diff options
Diffstat (limited to 'linuxthreads/sysdeps/s390/pspinlock.c')
-rw-r--r-- | linuxthreads/sysdeps/s390/pspinlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/s390/pspinlock.c b/linuxthreads/sysdeps/s390/pspinlock.c index 08231bfcb5..eeca51fd9d 100644 --- a/linuxthreads/sysdeps/s390/pspinlock.c +++ b/linuxthreads/sysdeps/s390/pspinlock.c @@ -20,7 +20,7 @@ #include <errno.h> #include <pthread.h> - +#include "internals.h" /* This implementation is similar to the one used in the Linux kernel. But the kernel is byte instructions for the memory access. This is |