diff options
Diffstat (limited to 'soft-fp/fmatf4.c')
-rw-r--r-- | soft-fp/fmatf4.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/soft-fp/fmatf4.c b/soft-fp/fmatf4.c index d3a4ee4dc0..553a7ad3f8 100644 --- a/soft-fp/fmatf4.c +++ b/soft-fp/fmatf4.c @@ -25,8 +25,9 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#include <libc-internal.h> -#include <sys/cdefs.h> +#include <math.h> +#include <libc-diag.h> + /* R_e is not set in cases where it is not used in packing, but the compiler does not see that it is set in all cases where it is used, resulting in warnings that it may be used uninitialized. @@ -35,7 +36,7 @@ macro is defined. */ DIAG_PUSH_NEEDS_COMMENT; DIAG_IGNORE_NEEDS_COMMENT (4.9, "-Wmaybe-uninitialized"); -#include <math.h> + #include "soft-fp.h" #include "quad.h" |