summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-11 02:38:50 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-11 02:38:50 +0000
commit0085507ce383904415349975cc321605e170bdd3 (patch)
treecc58d55d497b6539750a63cb6df25b013495aee1 /math
parentUpdate to Vim 6.3 patchlevel 45. (diff)
Include sys/types.h when including ieeefp.h to fix the build on ia64.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=123678
Diffstat (limited to 'math')
-rw-r--r--math/gnumeric2/files/patch-src_numbers.h10
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 000000000000..6448e88617ea
--- /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