aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2008-04-12 14:53:52 +0000
committerDavid Schultz <das@FreeBSD.org>2008-04-12 14:53:52 +0000
commit77fab5a8ebc96c8ff9b7f5536029a420b8fae908 (patch)
tree124dd9ab6ca9503c7861c3c115383128bbb4f81d /lib
parent6f15a9e57a500d1174ad4bf67eef510c3a8219ad (diff)
downloadsrc-77fab5a8ebc96c8ff9b7f5536029a420b8fae908.tar.gz
src-77fab5a8ebc96c8ff9b7f5536029a420b8fae908.zip
Unbreak the build for arm and powerpc.
Pointy hat to yours truly.
Notes
Notes: svn path=/head/; revision=178154
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gdtoa/_hdtoa.c2
-rw-r--r--lib/libc/gdtoa/_hldtoa.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/gdtoa/_hdtoa.c b/lib/libc/gdtoa/_hdtoa.c
index 4ac6cb125ff9..6f8ccacda373 100644
--- a/lib/libc/gdtoa/_hdtoa.c
+++ b/lib/libc/gdtoa/_hdtoa.c
@@ -30,6 +30,8 @@ __FBSDID("$FreeBSD$");
#include <float.h>
#include <limits.h>
#include <math.h>
+
+#include "../stdio/floatio.h"
#include "fpmath.h"
#include "gdtoaimp.h"
diff --git a/lib/libc/gdtoa/_hldtoa.c b/lib/libc/gdtoa/_hldtoa.c
index 24e42a2aa148..97394eaa30c1 100644
--- a/lib/libc/gdtoa/_hldtoa.c
+++ b/lib/libc/gdtoa/_hldtoa.c
@@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$");
#include <ieeefp.h>
#endif
+#include "../stdio/floatio.h"
#include "fpmath.h"
#include "gdtoaimp.h"