fix strings.h feature test macro usage due to missing features.h
authorMichael Pratt <mcpratt@pm.me>
Thu, 19 May 2022 03:13:23 +0000 (23:13 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 1 Aug 2022 17:57:11 +0000 (13:57 -0400)
include/strings.h

index db0960b..b7a5ea0 100644 (file)
@@ -5,6 +5,7 @@
 extern "C" {
 #endif
 
+#include <features.h>
 
 #define __NEED_size_t
 #define __NEED_locale_t