From 5c83252be4d0418ecc539bc854f258866954e1d2 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 17 Jan 1995 15:57:48 +0000 Subject: [PATCH] must include rename2.h --- Mac/Python/macmain.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mac/Python/macmain.c b/Mac/Python/macmain.c index b7a88d5fe193..63bd41667c6c 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 -- 2.47.3