Selaa lähdekoodia

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

Michael Pratt 2 vuotta sitten
vanhempi
sitoutus
46d1c7801b
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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