Explorar o código

pull in features.h so we have access to config defines

Mike Frysinger %!s(int64=18) %!d(string=hai) anos
pai
achega
3a57ff2c1f
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 2 0
      libc/string/bfin/memcmp.S
  2. 2 0
      libc/string/bfin/strcmp.S

+ 2 - 0
libc/string/bfin/memcmp.S

@@ -17,6 +17,8 @@
  * Favours word aligned data.
  */
 
+#include <features.h>
+
 .text
 
 .align 2

+ 2 - 0
libc/string/bfin/strcmp.S

@@ -17,6 +17,8 @@
  * loop to check more carefully (same as the unaligned case).
  */
 
+#include <features.h>
+
 .text
 
 .align 2