From: Guido van Rossum Date: Sun, 5 May 1991 20:00:02 +0000 (+0000) Subject: Added longobject.h X-Git-Tag: v0.9.8~961 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9227c0e1843ffc8cd83b14066932261b31abcaa4;p=thirdparty%2FPython%2Fcpython.git Added longobject.h --- diff --git a/Include/allobjects.h b/Include/allobjects.h index 1540adc8a513..1f81e085d267 100644 --- a/Include/allobjects.h +++ b/Include/allobjects.h @@ -33,6 +33,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "objimpl.h" #include "intobject.h" +#include "longobject.h" #include "floatobject.h" #include "stringobject.h" #include "tupleobject.h"