From: Ralf Baechle Date: Sun, 23 Oct 2005 12:46:25 +0000 (+0100) Subject: Include for prototypes. X-Git-Tag: v2.6.15-rc1~731^2~1^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efec3c4e962d4cafbb8f0a050d05d1cd6e95458d;p=pandora-kernel.git Include for prototypes. Signed-off-by: Ralf Baechle --- 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)