Commit 94131d39 authored by Guido van Rossum's avatar Guido van Rossum

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

parent 9ba258fd
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment