openbsd-ports/games/bzflag/patches/patch-src_bzadmin_StdBothUI_cxx
jolan f436516a2c update to 1.10.4 and mark as BROKEN pending resolution of some issues.
the old version (1.7g0) is incompatible with 1.10.x+ so you would have
gotten a BROKEN either way unfortunately.
2004-02-20 06:49:11 +00:00

12 lines
345 B
Plaintext

$OpenBSD: patch-src_bzadmin_StdBothUI_cxx,v 1.1 2004/02/20 06:49:11 jolan Exp $
--- src/bzadmin/StdBothUI.cxx.orig 2004-01-16 16:33:33.000000000 -0600
+++ src/bzadmin/StdBothUI.cxx 2004-02-20 00:04:17.000000000 -0600
@@ -20,6 +20,7 @@
#include <ws2tcpip.h>
#include <wincon.h>
#else
+#include <sys/types.h>
#include <sys/select.h>
#endif