diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-05-19 15:32:30 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-05-19 15:32:30 -0700 |
commit | be6735eb6ba46d1a21a421acdac26be8ec213062 (patch) | |
tree | e5df1f78ca2ea8e8121de35af5c9b5725e266720 /libpthread/nptl/sysdeps/unix/sysv | |
parent | 7350a372e22e5813f1417e388e8651b05174a664 (diff) |
mips/bits/pthreadtypes.h: Re-include sgidefs.h
* This was dropped accidently in last merge
removal meant a lot of warnings about undefined
_ABI64.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/mips/bits/pthreadtypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/bits/pthreadtypes.h b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/bits/pthreadtypes.h index 166a6c6ae..bd4b7a300 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/bits/pthreadtypes.h +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/bits/pthreadtypes.h @@ -21,6 +21,7 @@ #define _BITS_PTHREADTYPES_H 1 #include <endian.h> +#include <sgidefs.h> #if _MIPS_SIM == _ABI64 # define __SIZEOF_PTHREAD_ATTR_T 56 |