mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
25 lines
530 B
Plaintext
25 lines
530 B
Plaintext
$NetBSD: patch-ab,v 1.6 2007/03/24 20:10:08 adam Exp $
|
|
|
|
--- gblhdr.h.orig 2006-12-27 11:47:05.000000000 +0100
|
|
+++ gblhdr.h
|
|
@@ -109,6 +109,8 @@ however it's a static value that we can
|
|
#include <sys/ioctl.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/types.h>
|
|
+#undef FALSE
|
|
+#undef TRUE
|
|
#include <netinet/in.h>
|
|
#include <netdb.h>
|
|
#include <utime.h>
|
|
@@ -122,9 +124,9 @@ however it's a static value that we can
|
|
#ifdef linux
|
|
#include <asm/ioctls.h>
|
|
#else
|
|
-#include <sys/filio.h>
|
|
#endif
|
|
#endif
|
|
|
|
+#include <pthread.h>
|
|
|
|
#endif
|