aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/ieee754.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-10-23 13:46:25 +0100
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 19:32:51 +0100
commitefec3c4e962d4cafbb8f0a050d05d1cd6e95458d (patch)
tree9f7e4844d353f72164dfbfd85db0d764fdc39961 /arch/mips/math-emu/ieee754.c
parentProtect against multiple inclusion. (diff)
downloadlinux-dev-efec3c4e962d4cafbb8f0a050d05d1cd6e95458d.tar.xz
linux-dev-efec3c4e962d4cafbb8f0a050d05d1cd6e95458d.zip
Include for prototypes.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/ieee754.c')
-rw-r--r--arch/mips/math-emu/ieee754.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/math-emu/ieee754.c b/arch/mips/math-emu/ieee754.c
index 97a752fc3049..ed7fc87aeac5 100644
--- a/arch/mips/math-emu/ieee754.c
+++ b/arch/mips/math-emu/ieee754.c
@@ -31,6 +31,8 @@
#include "ieee754int.h"
+#include "ieee754sp.h"
+#include "ieee754dp.h"
#define DP_EBIAS 1023
#define DP_EMIN (-1022)