no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948)

This commit is contained in:
Dong-hee Na 2021-10-15 00:59:56 +09:00 committed by GitHub
parent 3b3d30e8f7
commit d413c50363
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,16 +42,16 @@
USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <stddef.h>
#include <string.h> /* memcpy */
#include <stdbool.h>
#ifdef _WIN32
# include "winconfig.h"
#endif
#include <expat_config.h>
#include <stddef.h>
#include <string.h> /* memcpy */
#include <stdbool.h>
#include "expat_external.h"
#include "internal.h"
#include "xmltok.h"