mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Add unistd.h to make gcc -Wall happy.
This commit is contained in:
@@ -42,6 +42,10 @@ PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
#include "mymath.h"
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
/* Forward */
|
||||
static object *filterstring PROTO((object *, object *));
|
||||
static object *filtertuple PROTO((object *, object *));
|
||||
|
||||
Reference in New Issue
Block a user