1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Add missing includes.

Follow-up to commits 38de94a5ef,
76da726532.
This commit is contained in:
Thomas Schwinge
2012-07-22 22:25:14 +02:00
parent b5982523b1
commit c23c33b01e
4 changed files with 7 additions and 2 deletions

View File

@ -35,5 +35,4 @@ __ilogbf (float x)
}
return r;
}
weak_alias (__ilogbf, ilogbf)