From 38de94a5efbc3de186d6f287d666f74e5b4c8247 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 10 May 2012 14:38:43 -0700 Subject: Add a missing #include. --- ChangeLog | 4 ++++ math/w_ilogbf.c | 1 + 2 files changed, 5 insertions(+) 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 */ -- cgit v1.1