Add a missing #include.

This commit is contained in:
Roland McGrath 2012-05-10 14:38:43 -07:00
parent bbc49098ff
commit 38de94a5ef
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -18,6 +18,7 @@
#include <math.h>
#include <errno.h>
#include <limits.h>
#include <math_private.h>
/* wrapper ilogbf */