diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric2/files/patch-src_numbers.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/gnumeric2/files/patch-src_numbers.h b/math/gnumeric2/files/patch-src_numbers.h new file mode 100644 index 0000000..6448e88 --- /dev/null +++ b/math/gnumeric2/files/patch-src_numbers.h @@ -0,0 +1,10 @@ +--- src/numbers.h.orig Fri Dec 10 21:36:23 2004 ++++ src/numbers.h Fri Dec 10 21:37:02 2004 +@@ -3,6 +3,7 @@ + + #include <math.h> + #ifdef HAVE_IEEEFP_H ++#include <sys/types.h> + #include <ieeefp.h> + #endif + #ifdef HAVE_IEEE754_H |