Add a missing #include.
authorRoland McGrath <roland@hack.frob.com>
Thu, 10 May 2012 21:38:43 +0000 (14:38 -0700)
committerRoland McGrath <roland@hack.frob.com>
Thu, 10 May 2012 22:57:24 +0000 (15:57 -0700)
ChangeLog
math/w_ilogbf.c

index e49be8d..5e71ac6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-10  Roland McGrath  <roland@hack.frob.com>
+
+       * math/w_ilogbf.c: Add #include <limits.h>.
+
 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
index ae3574a..27a0c58 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <math.h>
 #include <errno.h>
+#include <limits.h>
 #include <math_private.h>
 
 /* wrapper ilogbf */