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

This commit is contained in:
Michael Pratt 2022-05-18 23:13:23 -04:00 committed by Rich Felker
parent baaf257f05
commit 46d1c7801b
1 changed files with 1 additions and 0 deletions

View File

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