X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Finternal%2Flibm.h;h=2c2191f6343be73a185e90d8d220f6dec3e51bc6;hp=021c4e2a3ab0c37ca392517ccac3a5a4739656ab;hb=de7db6e927e568c52eaffeb51d7726a094ed0180;hpb=b69f695acedd4ce2798ef9ea28d834ceccc789bd diff --git a/src/internal/libm.h b/src/internal/libm.h index 021c4e2a..2c2191f6 100644 --- a/src/internal/libm.h +++ b/src/internal/libm.h @@ -20,6 +20,8 @@ #include "longdbl.h" +#include "libc.h" + union fshape { float value; uint32_t bits;