diff options
Diffstat (limited to 'graphics/grx/files/patch-test__speedtst.c')
-rw-r--r-- | graphics/grx/files/patch-test__speedtst.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/grx/files/patch-test__speedtst.c b/graphics/grx/files/patch-test__speedtst.c new file mode 100644 index 000000000000..a31e338788b0 --- /dev/null +++ b/graphics/grx/files/patch-test__speedtst.c @@ -0,0 +1,11 @@ +--- ./test/speedtst.c.orig Sat May 3 19:45:12 2003 ++++ ./test/speedtst.c Sat Jul 1 16:06:12 2006 +@@ -26,7 +26,7 @@ + /*#include <wcdefs.h>*/ + #include <conio.h> + #else +-#include <values.h> ++#include <limits.h> + #endif + #include <math.h> + #include <time.h> |