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 | ed0d40ea760314ae3d0678db89cfcc4733aa3b30 (patch) | |
tree | dcf070b0aa1da485b42cc17e9e73a2dabfb9ddb0 /Python/mystrtoul.c | |
parent | 3d75e1e7e666a2bdf8ff663a8a29954c020824ce (diff) | |
download | cpython-ed0d40ea760314ae3d0678db89cfcc4733aa3b30.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 */ /* |