summaryrefslogtreecommitdiff
path: root/Objects/stringlib
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-03-22 14:42:18 +0100
committerAntoine Pitrou <solipsis@pitrou.net>2012-03-22 14:42:18 +0100
commitd0acb411ef6790b5ecfbd8b6be9c2d0cc1aeb4d5 (patch)
tree1675bdbf604281c8f22b3fef33785a9670660b47 /Objects/stringlib
parentb304764ba2e4b34ae63644030b3ca8b6942fc0ae (diff)
parent0197ff97d025f51d52503b03dca2c91a111acdaa (diff)
downloadcpython-git-d0acb411ef6790b5ecfbd8b6be9c2d0cc1aeb4d5.tar.gz
Issue #14387: Do not include accu.h from Python.h.
Diffstat (limited to 'Objects/stringlib')
-rw-r--r--Objects/stringlib/unicode_format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/stringlib/unicode_format.h b/Objects/stringlib/unicode_format.h
index f05847a8bd..68070889e9 100644
--- a/Objects/stringlib/unicode_format.h
+++ b/Objects/stringlib/unicode_format.h
@@ -2,6 +2,7 @@
unicode_format.h -- implementation of str.format().
*/
+#include "accu.h"
/* Defines for more efficiently reallocating the string buffer */
#define INITIAL_SIZE_INCREMENT 100