Browse Source

mips: silence _ABI* undef warnings

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 11 years ago
parent
commit
79ce7d7f6f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/sysdeps/linux/mips/bits/uClibc_arch_features.h

+ 1 - 0
libc/sysdeps/linux/mips/bits/uClibc_arch_features.h

@@ -4,6 +4,7 @@
 
 #ifndef _BITS_UCLIBC_ARCH_FEATURES_H
 #define _BITS_UCLIBC_ARCH_FEATURES_H
+#include <sgidefs.h>
 
 /* instruction used when calling abort() to kill yourself */
 #define __UCLIBC_ABORT_INSTRUCTION__ "break 255"