diff options
author | Guido van Rossum <guido@python.org> | 1995-01-17 16:31:21 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-17 16:31:21 +0000 |
commit | 5c2306c44f0731d360dabf6f61077e59b1251181 (patch) | |
tree | fbe0c90dabf5fb3ff691e4b370734b3f1def201f /Python/mystrtoul.c | |
parent | 2ac3bc2c053f8996075ec02b2e6d12d9a171eed5 (diff) | |
download | cpython-git-5c2306c44f0731d360dabf6f61077e59b1251181.tar.gz |
include rename2.h
Diffstat (limited to 'Python/mystrtoul.c')
-rw-r--r-- | Python/mystrtoul.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/mystrtoul.c b/Python/mystrtoul.c index 10ddc6ec2f..e7c0a570bf 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 */ /* |