diff options
Diffstat (limited to 'linuxthreads/sysdeps/ia64/pspinlock.c')
-rw-r--r-- | linuxthreads/sysdeps/ia64/pspinlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/ia64/pspinlock.c b/linuxthreads/sysdeps/ia64/pspinlock.c index ada28bd9f0..174e38d59e 100644 --- a/linuxthreads/sysdeps/ia64/pspinlock.c +++ b/linuxthreads/sysdeps/ia64/pspinlock.c @@ -20,7 +20,7 @@ #include <errno.h> #include <pthread.h> - +#include "internals.h" /* This implementation is inspired by the implementation used in the Linux kernel. */ |