diff options
Diffstat (limited to 'games/ladder/files/patch-ltime.c')
-rw-r--r-- | games/ladder/files/patch-ltime.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/ladder/files/patch-ltime.c b/games/ladder/files/patch-ltime.c new file mode 100644 index 000000000000..c1f515e0ce0e --- /dev/null +++ b/games/ladder/files/patch-ltime.c @@ -0,0 +1,10 @@ +--- ltime.c.org Mon Oct 27 00:07:24 1997 ++++ ltime.c Wed Feb 18 22:33:56 1998 +@@ -2,6 +2,7 @@ + #include <sys/types.h> + #include <sys/times.h> + #include <sys/time.h> ++#include <unistd.h> + + static void waittcs(unsigned int tcs) + { |