From de8a05ff342b2a73e62b8d3c623222a059a46259 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 8 Oct 2008 16:53:29 +0000 Subject: [PATCH] * xstrdup.c: Include after "config.h". --- libiberty/ChangeLog | 4 ++++ libiberty/xstrdup.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.30.2