]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added longobject.h
authorGuido van Rossum <guido@python.org>
Sun, 5 May 1991 20:00:02 +0000 (20:00 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 5 May 1991 20:00:02 +0000 (20:00 +0000)
Include/allobjects.h

index 1540adc8a5134bca94ac81f5dc6b4c61d4413700..1f81e085d267bc73c545ea78ec37821e88cab54a 100644 (file)
@@ -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"