diff options
author | Guido van Rossum <guido@python.org> | 1998-12-18 22:02:37 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-12-18 22:02:37 +0000 |
commit | 4e395542a16b347286af1d301442027f39f6eb6c (patch) | |
tree | 9c65591631695d8cb301793f1a14808257591c3e /Python/mystrtoul.c | |
parent | 54e630ed3463dc27ab4e15208976298fd4d83869 (diff) | |
download | cpython-4e395542a16b347286af1d301442027f39f6eb6c.tar.gz |
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.
Diffstat (limited to 'Python/mystrtoul.c')
-rw-r--r-- | Python/mystrtoul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/mystrtoul.c b/Python/mystrtoul.c index cfe007454d..b5ea751068 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 |