From: Roland McGrath Date: Thu, 10 May 2012 21:38:43 +0000 (-0700) Subject: Add a missing #include. X-Git-Tag: glibc-2.16-tps~412 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38de94a5efbc3de186d6f287d666f74e5b4c8247;p=platform%2Fupstream%2Fglibc.git Add a missing #include. --- diff --git a/ChangeLog b/ChangeLog index e49be8d..5e71ac6 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 ae3574a..27a0c58 100644 --- a/math/w_ilogbf.c +++ b/math/w_ilogbf.c @@ -18,6 +18,7 @@ #include #include +#include #include /* wrapper ilogbf */