openbsd-ports/games/tuxkart/patches/patch-src_guNet_cxx
ajacoutot e0e0f39489 Import tuxkart-0.4.0
Tuxkart is a simple Go-Kart racing game, similar in style to
MarioKart.

Based on a submission from Gallon Sylvestre (MAINTAINER)
2008-11-10 22:11:36 +00:00

14 lines
306 B
Plaintext

$OpenBSD: patch-src_guNet_cxx,v 1.1.1.1 2008/11/10 22:11:36 ajacoutot Exp $
--- src/guNet.cxx.orig Wed Jan 30 21:55:06 2002
+++ src/guNet.cxx Sun Nov 9 12:23:11 2008
@@ -39,6 +39,9 @@
#define SHUT_RDWR 2
#endif
+#ifdef __OpenBSD__
+#include <errno.h>
+#endif
guUDPConnection::guUDPConnection ()
{