summaryrefslogtreecommitdiffstats
path: root/Include/allobjects.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-05-05 20:00:02 (GMT)
committerGuido van Rossum <guido@python.org>1991-05-05 20:00:02 (GMT)
commit9227c0e1843ffc8cd83b14066932261b31abcaa4 (patch)
tree51a1efd8511569fb5ff01561cb42d8e078d9b771 /Include/allobjects.h
parent67fa160744ea82e1824738a0576190b59b30226a (diff)
downloadcpython-9227c0e1843ffc8cd83b14066932261b31abcaa4.zip
cpython-9227c0e1843ffc8cd83b14066932261b31abcaa4.tar.gz
cpython-9227c0e1843ffc8cd83b14066932261b31abcaa4.tar.bz2
Added longobject.h
Diffstat (limited to 'Include/allobjects.h')
-rw-r--r--Include/allobjects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h
index 1540adc..1f81e08 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"