summaryrefslogtreecommitdiff
path: root/games/glchess/files/patch-src::interface.c
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-27 07:07:47 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-27 07:07:47 +0000
commit63821cc64361f1a2e1db930b8fdcfde9f1191dda (patch)
tree0bfb15bc539f47c01c5b862f02f2cf6657590c74 /games/glchess/files/patch-src::interface.c
parentUpdate MASTER_SITES and WWW: tag. (diff)
Update to 0.4.6
Notes
Notes: svn path=/head/; revision=56731
Diffstat (limited to '')
-rw-r--r--games/glchess/files/patch-src::interface.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/glchess/files/patch-src::interface.c b/games/glchess/files/patch-src::interface.c
new file mode 100644
index 000000000000..0158fae35388
--- /dev/null
+++ b/games/glchess/files/patch-src::interface.c
@@ -0,0 +1,14 @@
+--- src/interface.c.orig Mon Mar 25 00:02:08 2002
++++ src/interface.c Wed Mar 27 02:03:28 2002
+@@ -23,8 +23,10 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <sys/types.h>
++#include <sys/time.h>
++#include <unistd.h>
+ #include <gtkgl/gtkglarea.h>
+-#include <sys/select.h>
+
+ #include "global.h"
+ #include "interface.h"