瀏覽代碼

fix strings.h feature test macro usage due to missing features.h

Michael Pratt 2 年之前
父節點
當前提交
46d1c7801b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/strings.h

+ 1 - 0
include/strings.h

@@ -5,6 +5,7 @@
 extern "C" {
 #endif
 
+#include <features.h>
 
 #define __NEED_size_t
 #define __NEED_locale_t