Browse Source

include tcb-offsets.h in sysdep-cancel.h for arm.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 15 years ago
parent
commit
030ea01c5c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libpthread/nptl/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h

+ 1 - 0
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