From de8a05ff342b2a73e62b8d3c623222a059a46259 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 8 Oct 2008 16:53:29 +0000 Subject: * xstrdup.c: Include after "config.h". --- libiberty/xstrdup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/xstrdup.c') diff --git a/libiberty/xstrdup.c b/libiberty/xstrdup.c index 9ac2ea0..fa12c96 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 -- cgit v1.1