mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add unistd.h to make gcc -Wall happy.
This commit is contained in:
parent
067998f35e
commit
1a2c5cbcc4
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
#include "mymath.h"
|
#include "mymath.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_UNISTD_H
|
||||||
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Forward */
|
/* Forward */
|
||||||
static object *filterstring PROTO((object *, object *));
|
static object *filterstring PROTO((object *, object *));
|
||||||
static object *filtertuple PROTO((object *, object *));
|
static object *filtertuple PROTO((object *, object *));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue