diff options
Diffstat (limited to 'games/cavezofphear/files/patch-isready.c')
-rw-r--r-- | games/cavezofphear/files/patch-isready.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/cavezofphear/files/patch-isready.c b/games/cavezofphear/files/patch-isready.c new file mode 100644 index 000000000000..8e0fa50b2ba0 --- /dev/null +++ b/games/cavezofphear/files/patch-isready.c @@ -0,0 +1,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); + |