X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fprintf-frexp.c;h=11988fd2db859ce610867a67256eadf250369715;hb=refs%2Fheads%2Faccepted%2Ftizen_base;hp=7f7e0ecde40efb6e5da1119def493c8b8b8e8a8c;hpb=7be93f2d05131d061bd4790ae33c8d50f50010d7;p=platform%2Fupstream%2Fm4.git diff --git a/lib/printf-frexp.c b/lib/printf-frexp.c index 7f7e0ec..11988fd 100644 --- a/lib/printf-frexp.c +++ b/lib/printf-frexp.c @@ -1,5 +1,5 @@ /* Split a double into fraction and mantissa, for hexadecimal printf. - Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 2007, 2009-2021 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -12,9 +12,11 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . */ + along with this program. If not, see . */ -#include +#if ! defined USE_LONG_DOUBLE +# include +#endif /* Specification. */ #ifdef USE_LONG_DOUBLE