X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=libiberty%2Ffloatformat.c;h=d69024f739026dceaa6f37b3832ba9461e7a8206;hb=e766d4d601948ac7d6d65176dc52c6d31181a54b;hp=d9e9fad816de0c65b58bc1afffba710fd20920ab;hpb=2ee563b53258d390d7446e90a67f465d504ae44c;p=binutils-gdb.git diff --git a/libiberty/floatformat.c b/libiberty/floatformat.c index d9e9fad816d..d69024f7390 100644 --- a/libiberty/floatformat.c +++ b/libiberty/floatformat.c @@ -17,9 +17,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "ansidecl.h" #include "floatformat.h" #include /* ldexp */ -#ifdef __STDC__ +#ifdef ANSI_PROTOTYPES #include extern void *memcpy (void *s1, const void *s2, size_t n); extern void *memset (void *s, int c, size_t n);