Browse Source

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

master
Michael Pratt 4 years ago
committed by Rich Felker
parent
commit
46d1c7801b
  1. 1
      include/strings.h

1
include/strings.h

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

Loading…
Cancel
Save