Browse Source

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

Mike Frysinger 18 years ago
parent
commit
3a57ff2c1f
2 changed files with 4 additions and 0 deletions
  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