mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948)
This commit is contained in:
parent
3b3d30e8f7
commit
d413c50363
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue