Unbreak the build for arm and powerpc.

Pointy hat to yours truly.
This commit is contained in:
David Schultz 2008-04-12 14:53:52 +00:00
parent 6f15a9e57a
commit 77fab5a8eb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178154
2 changed files with 3 additions and 0 deletions

View File

@ -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"

View File

@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$");
#include <ieeefp.h>
#endif
#include "../stdio/floatio.h"
#include "fpmath.h"
#include "gdtoaimp.h"