[3.10] no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948) (GH-28951)

This commit is contained in:
Dong-hee Na 2021-10-15 01:35:53 +09:00 committed by GitHub
parent f40b230df9
commit 70b150a366
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"