소스 검색

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