浏览代码

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);