summaryrefslogtreecommitdiff
path: root/cad/gnucap/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'cad/gnucap/patches/patch-af')
-rw-r--r--cad/gnucap/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/gnucap/patches/patch-af b/cad/gnucap/patches/patch-af
new file mode 100644
index 00000000000..bf99aaa2d01
--- /dev/null
+++ b/cad/gnucap/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2004/03/21 13:10:56 dmcmahill Exp $
+
+--- src/l_ftos.cc.orig Sun Feb 1 21:13:19 2004
++++ src/l_ftos.cc
+@@ -36,6 +36,8 @@
+ * there is a finite pool, so repeated calls work, to a point.
+ * after that, the space is overwritten, every POOLSIZE calls
+ */
++
++#include <math.h>
+ #include "l_lib.h"
+ #include "constant.h"
+ /*--------------------------------------------------------------------------*/