Commit efec3c4e962d4cafbb8f0a050d05d1cd6e95458d

Authored by Ralf Baechle
1 parent a663bf906d

Include for prototypes.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

arch/mips/math-emu/ieee754.c
... ... @@ -31,6 +31,8 @@
31 31  
32 32  
33 33 #include "ieee754int.h"
  34 +#include "ieee754sp.h"
  35 +#include "ieee754dp.h"
34 36  
35 37 #define DP_EBIAS 1023
36 38 #define DP_EMIN (-1022)