From: Guido van Rossum Date: Tue, 17 Jan 1995 15:57:48 +0000 (+0000) Subject: must include rename2.h X-Git-Tag: v1.2b2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c83252be4d0418ecc539bc854f258866954e1d2;p=thirdparty%2FPython%2Fcpython.git must include rename2.h --- 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