diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-02-18 01:06:57 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-02-18 01:06:57 -0800 |
commit | 030ea01c5c67906c1602149b2f3f11a6cdd8c9f3 (patch) | |
tree | 74b18a128dd5887da19a8fc7cf7ea73c08d681fb /libpthread/nptl/sysdeps | |
parent | ed0915ba70d0ff6ed0a78f45d46822763a580737 (diff) |
include tcb-offsets.h in sysdep-cancel.h for arm.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h b/libpthread/nptl/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h index 11b99e3b6..423c23195 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h @@ -17,6 +17,7 @@ 02111-1307 USA. */ #include <sysdep.h> +#include <tcb-offsets.h> #ifndef __ASSEMBLER__ # include <pthreadP.h> #endif |