]> git.saurik.com Git - apple/libc.git/blob - gen/FreeBSD/pselect.c.patch
Libc-391.2.3.tar.gz
[apple/libc.git] / gen / FreeBSD / pselect.c.patch
1 --- pselect.c.orig Sat Oct 12 09:13:37 2002
2 +++ pselect.c Fri May 16 14:11:39 2003
3 @@ -31,8 +31,10 @@
4 __FBSDID("$FreeBSD: src/lib/libc/gen/pselect.c,v 1.6 2002/10/12 16:13:37 mike Exp $");
5
6 #include "namespace.h"
7 +#include <sys/types.h>
8 #include <sys/select.h>
9 #include <sys/time.h>
10 +#include <unistd.h>
11
12 #include <errno.h>
13 #include <signal.h>