summaryrefslogtreecommitdiffstats
path: root/Include/Python.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-10-07 14:36:10 (GMT)
committerGuido van Rossum <guido@python.org>1998-10-07 14:36:10 (GMT)
commit2e19bd7cc7520052b0c6e3d3da6baf45fb3b5e6b (patch)
tree72c314cd75953e0a44774693042013e5df51f900 /Include/Python.h
parent8c1e114d1af2eae634f5b5a999a34d6ea1386c0d (diff)
downloadcpython-2e19bd7cc7520052b0c6e3d3da6baf45fb3b5e6b.zip
cpython-2e19bd7cc7520052b0c6e3d3da6baf45fb3b5e6b.tar.gz
cpython-2e19bd7cc7520052b0c6e3d3da6baf45fb3b5e6b.tar.bz2
Add Greg Stein's buffer object API.
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 f16b47b..e97fd6c 100644
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -76,6 +76,7 @@ PERFORMANCE OF THIS SOFTWARE.
#endif
#include "rangeobject.h"
#include "stringobject.h"
+#include "bufferobject.h"
#include "tupleobject.h"
#include "listobject.h"
#include "dictobject.h"