diff options
Diffstat (limited to 'games/xboing/files/patch-ball.c')
-rw-r--r-- | games/xboing/files/patch-ball.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xboing/files/patch-ball.c b/games/xboing/files/patch-ball.c new file mode 100644 index 000000000000..fc19a9088534 --- /dev/null +++ b/games/xboing/files/patch-ball.c @@ -0,0 +1,11 @@ +--- ball.c.old Mon Sep 23 12:48:00 2002 ++++ ball.c Mon Sep 23 12:48:09 2002 +@@ -50,7 +50,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <math.h> +-#include <values.h> ++#include <limits.h> + #include <xpm.h> + #include <X11/Xos.h> + |