diff --git a/ChangeLog b/ChangeLog index e49be8d466..5e71ac6237 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-05-10 Roland McGrath + + * math/w_ilogbf.c: Add #include . + 2012-05-10 Samuel Thibault * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit diff --git a/math/w_ilogbf.c b/math/w_ilogbf.c index ae3574a75d..27a0c582d3 100644 --- a/math/w_ilogbf.c +++ b/math/w_ilogbf.c @@ -18,6 +18,7 @@ #include #include +#include #include /* wrapper ilogbf */