mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Changes for Mac
This commit is contained in:
parent
a715274421
commit
0c7095484e
1 changed files with 4 additions and 0 deletions
|
@ -30,7 +30,11 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "allobjects.h"
|
||||
#include "modsupport.h"
|
||||
#include "ceval.h"
|
||||
#ifdef STDC_HEADERS
|
||||
#include <stddef.h>
|
||||
#else
|
||||
#include <sys/types.h> /* For size_t */
|
||||
#endif
|
||||
|
||||
struct arrayobject; /* Forward */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue