]> gitweb @ CieloNegro.org - pkgsrc-ghc.git/blob - patches/patch-ab
update PLIST.Darwin-powerpc
[pkgsrc-ghc.git] / patches / patch-ab
1 $NetBSD$
2
3 --- rts/posix/Select.c.orig     2009-12-11 03:11:32.000000000 +0900
4 +++ rts/posix/Select.c
5 @@ -32,6 +32,8 @@
6  #include <unistd.h>
7  #endif
8  
9 +#include <sys/select.h>
10 +
11  #if !defined(THREADED_RTS)
12  /* last timestamp */
13  lnat timestamp = 0;