diff options
Diffstat (limited to 'linuxthreads/sysdeps/sh/pspinlock.c')
-rw-r--r-- | linuxthreads/sysdeps/sh/pspinlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/sh/pspinlock.c b/linuxthreads/sysdeps/sh/pspinlock.c index be9fc803fc..2da3bc42d4 100644 --- a/linuxthreads/sysdeps/sh/pspinlock.c +++ b/linuxthreads/sysdeps/sh/pspinlock.c @@ -19,7 +19,7 @@ #include <errno.h> #include <pthread.h> - +#include "internals.h" int __pthread_spin_lock (pthread_spinlock_t *lock) |