Changes for Mac

This commit is contained in:
Guido van Rossum 1994-08-19 12:01:32 +00:00
parent a715274421
commit 0c7095484e
1 changed files with 4 additions and 0 deletions

View File

@ -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 */