summaryrefslogtreecommitdiff
path: root/Include/Python.h
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2012-06-03 16:18:47 -0400
committerBarry Warsaw <barry@python.org>2012-06-03 16:18:47 -0400
commit409da157d7ff2a49892e20a94a3fc83475845d22 (patch)
tree734314ff314990b3f3b9bb6f8de2e2f4ee0b54dc /Include/Python.h
parent82ffabdfa4de985690c76fd7498a77e9604e1747 (diff)
downloadcpython-git-409da157d7ff2a49892e20a94a3fc83475845d22.tar.gz
Eric Snow's implementation of PEP 421.
Issue 14673: Add sys.implementation
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 6affbf5ede..a78a721926 100644
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -101,6 +101,7 @@
#include "warnings.h"
#include "weakrefobject.h"
#include "structseq.h"
+#include "namespaceobject.h"
#include "codecs.h"
#include "pyerrors.h"