Преглед изворни кода

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