소스 검색

need features.h for the misc attribute defines and uclibc features

Mike Frysinger 19 년 전
부모
커밋
f7eee81da4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ldso/include/dl-string.h

+ 1 - 0
ldso/include/dl-string.h

@@ -2,6 +2,7 @@
 #define _LINUX_STRING_H_
 
 #include <dl-sysdep.h> // for do_rem
+#include <features.h>
 
 static size_t _dl_strlen(const char * str);
 static char *_dl_strcat(char *dst, const char *src);