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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41498435ba1f2901e2e3498d7f7f5c773a602568;p=thirdparty%2FPython%2Fcpython.git Need to include for off_t. --- diff --git a/Objects/fileobject.c b/Objects/fileobject.c index 09ea31c1ccae..ed15587ef65c 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