summaryrefslogtreecommitdiff
path: root/Include/Python.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-05-09 18:10:51 +0000
committerBenjamin Peterson <benjamin@python.org>2009-05-09 18:10:51 +0000
commit8bc5b681599b66887f69ca54631d6e1ce4894252 (patch)
tree0faf1412a3f8470e37e1cc7476b5ba573769ae9a /Include/Python.h
parentc3491d310f1777eacb8faf245c50652a0a36a706 (diff)
downloadcpython-git-8bc5b681599b66887f69ca54631d6e1ce4894252.tar.gz
these builtins have to be initialized
Diffstat (limited to 'Include/Python.h')
-rw-r--r--Include/Python.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/Python.h b/Include/Python.h
index 969ef0f191..5c6e1f2c22 100644
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -113,6 +113,7 @@
#include "import.h"
#include "abstract.h"
+#include "bltinmodule.h"
#include "compile.h"
#include "eval.h"