1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

Add a missing #include.

This commit is contained in:
Roland McGrath
2012-05-10 14:38:43 -07:00
parent bbc49098ff
commit 38de94a5ef
2 changed files with 5 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
#include <math.h>
#include <errno.h>
#include <limits.h>
#include <math_private.h>
/* wrapper ilogbf */