summaryrefslogtreecommitdiffstats
path: root/Python/mystrtoul.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-17 16:31:21 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-17 16:31:21 (GMT)
commit5c2306c44f0731d360dabf6f61077e59b1251181 (patch)
treefbe0c90dabf5fb3ff691e4b370734b3f1def201f /Python/mystrtoul.c
parent2ac3bc2c053f8996075ec02b2e6d12d9a171eed5 (diff)
downloadcpython-5c2306c44f0731d360dabf6f61077e59b1251181.zip
cpython-5c2306c44f0731d360dabf6f61077e59b1251181.tar.gz
cpython-5c2306c44f0731d360dabf6f61077e59b1251181.tar.bz2
include rename2.h
Diffstat (limited to 'Python/mystrtoul.c')
-rw-r--r--Python/mystrtoul.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/mystrtoul.c b/Python/mystrtoul.c
index 10ddc6e..e7c0a57 100644
--- a/Python/mystrtoul.c
+++ b/Python/mystrtoul.c
@@ -26,6 +26,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "config.h"
#endif
+#include "rename2.h"
+
/* strtol and strtoul, renamed to avoid conflicts */
/*