diff options
Diffstat (limited to 'games/xtux/files/patch-af')
-rw-r--r-- | games/xtux/files/patch-af | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/xtux/files/patch-af b/games/xtux/files/patch-af index 422a5c3738dd..43177909f8ed 100644 --- a/games/xtux/files/patch-af +++ b/games/xtux/files/patch-af @@ -1,8 +1,9 @@ ---- src/common/timing.c.orig Fri May 9 15:21:25 2003 -+++ src/common/timing.c Fri May 9 15:35:10 2003 -@@ -1,6 +1,11 @@ +--- src/common/timing.c.orig Mon Feb 17 12:10:07 2003 ++++ src/common/timing.c Thu May 15 20:03:11 2003 +@@ -1,6 +1,12 @@ #include <sys/time.h> #include <unistd.h> ++#include <sys/param.h> +#if __FreeBSD_version >= 500000 #include <stdint.h> +#else |