Commit 212d0035 authored by Guido van Rossum's avatar Guido van Rossum

Add unistd.h to make gcc -Wall happy.

parent c9830d0e
......@@ -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 *));
......
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