From: David Edelsohn Date: Wed, 8 Oct 2008 16:51:38 +0000 (+0000) Subject: * xstrdup.c: Include after "config.h" X-Git-Tag: releases/gcc-4.4.0~2120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c9e84247ea09de90e753ae059b0b64c17b2964e;p=thirdparty%2Fgcc.git * xstrdup.c: Include after "config.h" From-SVN: r140979 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index c79b3b75098e..955e55003dd5 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 9ac2ea038f34..fa12c96a3cd6 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