summaryrefslogblamecommitdiff
path: root/games/glchess/files/patch-src::interface.c
blob: 0158fae35388f756b5d3709d74d4263b48325992 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"