mirror of
https://github.com/python/cpython.git
synced 2024-11-28 20:33:54 +08:00
no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948)
This commit is contained in:
parent
3b3d30e8f7
commit
d413c50363
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user