From 1924a0677d0eb3fbc46c6d0116024b6d642e790d Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 18 Dec 1998 22:02:37 +0000 Subject: [PATCH] Chris H. writes: If we're going to put the PyOS_strtol() proto in intobject.h we should include it here or the symbol isn't exported on PowerPC. --- Python/mystrtoul.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/mystrtoul.c b/Python/mystrtoul.c index cfe007454d4..b5ea751068b 100644 --- a/Python/mystrtoul.c +++ b/Python/mystrtoul.c @@ -29,7 +29,7 @@ PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ -#include "config.h" +#include "Python.h" #if defined(__sgi) && defined(WITH_THREAD) && !defined(_SGI_MP_SOURCE) #define _SGI_MP_SOURCE