diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index c79b3b75098..955e55003dd 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