summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-17 16:31:21 +0000
committerGuido van Rossum <guido@python.org>1995-01-17 16:31:21 +0000
commited0d40ea760314ae3d0678db89cfcc4733aa3b30 (patch)
treedcf070b0aa1da485b42cc17e9e73a2dabfb9ddb0
parent3d75e1e7e666a2bdf8ff663a8a29954c020824ce (diff)
downloadcpython-ed0d40ea760314ae3d0678db89cfcc4733aa3b30.tar.gz
include rename2.h
-rw-r--r--Python/mystrtoul.c2
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 */
/*