Need to include <sys/types.h> for off_t.

This commit is contained in:
Guido van Rossum 1999-01-07 22:09:51 +00:00
parent df69365f5f
commit 41498435ba

View file

@ -34,6 +34,8 @@ PERFORMANCE OF THIS SOFTWARE.
#include "Python.h"
#include "structmember.h"
#include <sys/types.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif