commit | d0acb411ef6790b5ecfbd8b6be9c2d0cc1aeb4d5 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Mar 22 14:42:18 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Mar 22 14:42:18 2012 +0100 |
tree | 1675bdbf604281c8f22b3fef33785a9670660b47 | |
parent | b304764ba2e4b34ae63644030b3ca8b6942fc0ae [diff] [blame] | |
parent | 0197ff97d025f51d52503b03dca2c91a111acdaa [diff] [blame] |
Issue #14387: Do not include accu.h from Python.h.
diff --git a/Modules/_io/stringio.c b/Modules/_io/stringio.c index c4794c9..a1c31c0 100644 --- a/Modules/_io/stringio.c +++ b/Modules/_io/stringio.c
@@ -1,6 +1,7 @@ #define PY_SSIZE_T_CLEAN #include "Python.h" #include "structmember.h" +#include "accu.h" #include "_iomodule.h" /* Implementation note: the buffer is always at least one character longer