From: Guido van Rossum Date: Fri, 18 Dec 1998 22:02:37 +0000 (+0000) Subject: Chris H. writes: X-Git-Tag: v1.5.2b1~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1924a0677d0eb3fbc46c6d0116024b6d642e790d;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Python/mystrtoul.c b/Python/mystrtoul.c index cfe007454d4b..b5ea751068be 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