[core] define _DEFAULT_SOURCE in first.h

master
Glenn Strauss 2 years ago
parent 92576a2f4b
commit 71931d9238

@ -9,6 +9,10 @@
# endif
#endif
#ifndef _DEFAULT_SOURCE
#define _DEFAULT_SOURCE
#endif
#ifndef __STDC_WANT_LIB_EXT1__
#define __STDC_WANT_LIB_EXT1__ 1
#endif

Loading…
Cancel
Save