diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-22 22:25:14 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-22 22:25:14 +0200 |
commit | c23c33b01e2043fefd00b353b45844822905b43b (patch) | |
tree | b3f60c0900b9b75fad10459421b19528c3113f74 /ChangeLog | |
parent | b5982523b120586c33c8b9d47dcbbc3edfaec064 (diff) | |
download | glibc-c23c33b01e2043fefd00b353b45844822905b43b.tar.gz glibc-c23c33b01e2043fefd00b353b45844822905b43b.tar.xz glibc-c23c33b01e2043fefd00b353b45844822905b43b.zip |
Add missing includes.
Follow-up to commits 38de94a5efbc3de186d6f287d666f74e5b4c8247, 76da7265320010c7a273ed99f53938c0f32d5fad.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f37974a9e3..4c474bb41f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-07-22 Thomas Schwinge <thomas@codesourcery.com> + + * math/w_ilogb.c: Include <limits.h>. + * math/w_ilogbl.c: Likewise. + 2012-07-20 Joseph Myers <joseph@codesourcery.com> * manual/lang.texi (__va_copy): Document primarily as ISO C99 |