浏览代码

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

Mike Frysinger 18 年之前
父节点
当前提交
3a57ff2c1f
共有 2 个文件被更改,包括 4 次插入0 次删除
  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