From: Benjamin Peterson Date: Tue, 13 Jan 2009 21:43:11 +0000 (+0000) Subject: add bytearrayobject.h to PYTHON_HEADERS X-Git-Tag: v2.7a1~2299 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3bf451aec11e39621991b8451fcddfefe5d0e2f2;p=python add bytearrayobject.h to PYTHON_HEADERS --- diff --git a/Makefile.pre.in b/Makefile.pre.in index a099f2210b..7847ebe0cd 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -587,6 +587,7 @@ PYTHON_HEADERS= \ Include/ast.h \ Include/bitset.h \ Include/boolobject.h \ + Include/bytearrayobject.h \ Include/bytes_methods.h \ Include/bytesobject.h \ Include/bufferobject.h \