]> granicus.if.org Git - python/commitdiff
Chris H. writes:
authorGuido van Rossum <guido@python.org>
Fri, 18 Dec 1998 22:02:37 +0000 (22:02 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 18 Dec 1998 22:02:37 +0000 (22:02 +0000)
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

index cfe007454d4beda5efac86da1faa9c5ddeb43e6a..b5ea751068be2c514a179d2869683f7abbeb9d71 100644 (file)
@@ -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