]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 e49be8d46674cbc5a94b32ee33f5a9d553b645c5..5e71ac62373fee7cfbe3d284bf9e3a7e87053349 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 ae3574a75d00f3dacdc128f20b76af01a16b630e..27a0c582d3fcc992a6c76732da3ea6ca003d6aa7 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <math.h>
 #include <errno.h>
+#include <limits.h>
 #include <math_private.h>
 
 /* wrapper ilogbf */