about summary refs log tree commit diff
path: root/math/w_ilogbf.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-05-10 14:38:43 -0700
committerRoland McGrath <roland@hack.frob.com>2012-05-10 15:57:24 -0700
commit38de94a5efbc3de186d6f287d666f74e5b4c8247 (patch)
tree763989d5e05edaf79ca5ec201f850be53873e62c /math/w_ilogbf.c
parentbbc49098ff1bbbd5bdbcd69546b906d3844b4771 (diff)
downloadglibc-38de94a5efbc3de186d6f287d666f74e5b4c8247.tar.gz
glibc-38de94a5efbc3de186d6f287d666f74e5b4c8247.tar.xz
glibc-38de94a5efbc3de186d6f287d666f74e5b4c8247.zip
Add a missing #include.
Diffstat (limited to 'math/w_ilogbf.c')
-rw-r--r--math/w_ilogbf.c1
1 files changed, 1 insertions, 0 deletions
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 <math.h>
 #include <errno.h>
+#include <limits.h>
 #include <math_private.h>
 
 /* wrapper ilogbf */