mirror of
https://github.com/python/cpython.git
synced 2025-09-11 19:27:07 +00:00
Include <string.h> instead of "string.h".
This commit is contained in:
parent
3f5da24ea3
commit
d05c4b2a7c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
/* "allobjects.c" -- Source for precompiled header "allobjects.h" */
|
||||
|
||||
#include <stdio.h>
|
||||
#include "string.h"
|
||||
#include <string.h>
|
||||
|
||||
#include "PROTO.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue