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

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