summaryrefslogtreecommitdiff
path: root/cad/gnucap/patches/patch-af
blob: bf99aaa2d01e9cadd392d8b1457bbf1b575501a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"
 /*--------------------------------------------------------------------------*/