summaryrefslogtreecommitdiffstats
path: root/Mac/Python
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-17 15:57:48 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-17 15:57:48 (GMT)
commit5c83252be4d0418ecc539bc854f258866954e1d2 (patch)
treebcabf38dbe2b3476a71594d1cdc5a9b4288b742b /Mac/Python
parentae7bf1a5e7c5349270bc887010858032cd972ba4 (diff)
downloadcpython-5c83252be4d0418ecc539bc854f258866954e1d2.zip
cpython-5c83252be4d0418ecc539bc854f258866954e1d2.tar.gz
cpython-5c83252be4d0418ecc539bc854f258866954e1d2.tar.bz2
must include rename2.h
Diffstat (limited to 'Mac/Python')
-rw-r--r--Mac/Python/macmain.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Python/macmain.c b/Mac/Python/macmain.c
index b7a88d5..63bd416 100644
--- a/Mac/Python/macmain.c
+++ b/Mac/Python/macmain.c
@@ -28,6 +28,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "config.h"
#endif
+#include "rename2.h"
+
#ifdef THINK_C
#define CONSOLE_IO
#endif