From: David Edelsohn Date: Wed, 8 Oct 2008 16:53:29 +0000 (+0000) Subject: * xstrdup.c: Include after "config.h". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=de8a05ff342b2a73e62b8d3c623222a059a46259;p=binutils-gdb.git * xstrdup.c: Include after "config.h". --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index c79b3b75098..18b12504a8a 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2008-10-08 David Edelsohn + + * xstrdup.c: Include after "config.h". + 2008-10-07 Jan Kratochvil * configure.ac: Call AC_SYS_LARGEFILE. diff --git a/libiberty/xstrdup.c b/libiberty/xstrdup.c index 9ac2ea038f3..fa12c96a3cd 100644 --- a/libiberty/xstrdup.c +++ b/libiberty/xstrdup.c @@ -13,10 +13,10 @@ obtain memory. */ -#include #ifdef HAVE_CONFIG_H #include "config.h" #endif +#include #ifdef HAVE_STRING_H #include #else