Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / emulators / zsnes / patches / patch-ab
blobf5e4ecbacdcc27af2429c05bcda70e19f0276aec
1 $NetBSD$
3 --- gblhdr.h.orig       2006-12-27 11:47:05.000000000 +0100
4 +++ gblhdr.h
5 @@ -109,6 +109,8 @@ however it's a static value that we can 
6  #include <sys/ioctl.h>
7  #include <sys/socket.h>
8  #include <sys/types.h>
9 +#undef FALSE
10 +#undef TRUE
11  #include <netinet/in.h>
12  #include <netdb.h>
13  #include <utime.h>
14 @@ -122,9 +124,9 @@ however it's a static value that we can 
15  #ifdef linux
16  #include <asm/ioctls.h>
17  #else
18 -#include <sys/filio.h>
19  #endif
20  #endif
22 +#include <pthread.h>
24  #endif