aboutsummaryrefslogtreecommitdiff
path: root/libiberty/objalloc.c
diff options
context:
space:
mode:
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-20 02:44:34 +0000
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-20 02:44:34 +0000
commitad1a4db8a51c4e0e5db999b99bc6cfd83a1e955c (patch)
treed8bed8ae1d98f89d6c74d74f364cf3e41a582625 /libiberty/objalloc.c
parent62354c062c8347640f99817f7941cfc4e495a47f (diff)
* objalloc.c, strsignal.c, xstrerror.c: Include "config.h" before
"ansidecl.h" to avoid redeclaration errors with native compilers. * regex.c: Protect config.h from multiple inclusion. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90954 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/objalloc.c')
-rw-r--r--libiberty/objalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/objalloc.c b/libiberty/objalloc.c
index 50995691e33..1cda7b98619 100644
--- a/libiberty/objalloc.c
+++ b/libiberty/objalloc.c
@@ -17,8 +17,8 @@ along with this program; if not, write to the Free Software
Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#include "ansidecl.h"
#include "config.h"
+#include "ansidecl.h"
#include "objalloc.h"