Browse Source

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

Michael Pratt 2 years ago
parent
commit
46d1c7801b
1 changed files with 1 additions and 0 deletions
  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