Define _XOPEN_SOURCE in string header

May be needed by applications including this header for locale.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
This commit is contained in:
James Hilliard 2022-06-02 19:05:31 -06:00
parent 774ade1467
commit 313847ba75

View file

@ -29,6 +29,7 @@
extern "C" {
#endif
#define _XOPEN_SOURCE 700
#include <stdarg.h>
#include <stdbool.h>
#include <errno.h>