diff options
Diffstat (limited to 'graphics/gdchart/files/patch-gdc.h')
-rw-r--r-- | graphics/gdchart/files/patch-gdc.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gdchart/files/patch-gdc.h b/graphics/gdchart/files/patch-gdc.h new file mode 100644 index 000000000000..1143a8acac6c --- /dev/null +++ b/graphics/gdchart/files/patch-gdc.h @@ -0,0 +1,11 @@ +--- gdc.h.orig Mon Jun 18 00:51:01 2001 ++++ gdc.h Mon Jun 18 00:51:16 2001 +@@ -9,7 +9,7 @@ + #define _GDC_H + + #include <math.h> +-#include <values.h> ++#include <limits.h> + #ifdef GDC_INCL + #include "gd.h" + #include "gdfonts.h" |