diff options
Diffstat (limited to 'linuxthreads/sysdeps/alpha/pspinlock.c')
-rw-r--r-- | linuxthreads/sysdeps/alpha/pspinlock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/alpha/pspinlock.c b/linuxthreads/sysdeps/alpha/pspinlock.c index 0d871b4174..574c63884c 100644 --- a/linuxthreads/sysdeps/alpha/pspinlock.c +++ b/linuxthreads/sysdeps/alpha/pspinlock.c @@ -19,6 +19,7 @@ #include <errno.h> #include <pthread.h> +#include "internals.h" /* This implementation is similar to the one used in the Linux kernel. |