mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Need to include <sys/types.h> for off_t.
This commit is contained in:
parent
df69365f5f
commit
41498435ba
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue