diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-10-23 08:46:25 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:51 -0400 |
commit | efec3c4e962d4cafbb8f0a050d05d1cd6e95458d (patch) | |
tree | 9f7e4844d353f72164dfbfd85db0d764fdc39961 /arch | |
parent | a663bf906dce4bfa4d620ecc6b8ac6ef958eb7c2 (diff) |
Include for prototypes.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/math-emu/ieee754.c | 2 |
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 @@ | |||
31 | 31 | ||
32 | 32 | ||
33 | #include "ieee754int.h" | 33 | #include "ieee754int.h" |
34 | #include "ieee754sp.h" | ||
35 | #include "ieee754dp.h" | ||
34 | 36 | ||
35 | #define DP_EBIAS 1023 | 37 | #define DP_EBIAS 1023 |
36 | #define DP_EMIN (-1022) | 38 | #define DP_EMIN (-1022) |