Browse Source

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

Mike Frysinger 18 năm trước cách đây
mục cha
commit
3a57ff2c1f
2 tập tin đã thay đổi với 4 bổ sung0 xóa
  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