Kaydet (Commit) 40ced50c authored tarafından Guido van Rossum's avatar Guido van Rossum

Jack Jansen: Mac Carbon: don't include sys/types if we don't have it

üst 9cb1cabb
......@@ -14,7 +14,9 @@
/* Have to include stdlib.h in order to ensure that size_t is defined;
it is needed here for malloc. */
#ifndef DONT_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#include <stdlib.h>
/* Allow for C++ users */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment