aboutsummaryrefslogtreecommitdiff
path: root/games/cavezofphear/files/patch-isready.c
blob: 8e0fa50b2ba097b7128cc12387db9df12450bff1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- isready.c.orig	Wed Nov  5 16:00:45 2003
+++ isready.c	Tue Sep 20 23:43:45 2005
@@ -1,6 +1,9 @@
 #include <stdio.h>
+#include <inttypes.h>
+#include <sys/types.h>
 #include <sys/select.h>
 #include <sys/time.h>
+#include <string.h>
 
 int isready(int fd);