From: Guido van Rossum Date: Thu, 7 Jan 1999 22:09:51 +0000 (+0000) Subject: Need to include for off_t. X-Git-Tag: v1.5.2b2~419 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41498435ba1f2901e2e3498d7f7f5c773a602568;p=python Need to include for off_t. --- diff --git a/Objects/fileobject.c b/Objects/fileobject.c index 09ea31c1cc..ed15587ef6 100644 --- a/Objects/fileobject.c +++ b/Objects/fileobject.c @@ -34,6 +34,8 @@ PERFORMANCE OF THIS SOFTWARE. #include "Python.h" #include "structmember.h" +#include + #ifdef HAVE_UNISTD_H #include #endif