diff options
author | DJ Delorie <dj@delorie.com> | 2004-04-14 03:12:51 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2004-04-14 03:12:51 +0000 |
commit | f33d7737d5437599301fee7e81e4ebbc09c115e8 (patch) | |
tree | 0432e42b7e61ace7ccff89505427978a661fcc79 /libiberty/strerror.c | |
parent | 8978f92773ff29fef3b66397aec360becca26749 (diff) | |
download | gdb-f33d7737d5437599301fee7e81e4ebbc09c115e8.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/strerror.c')
-rw-r--r-- | libiberty/strerror.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libiberty/strerror.c b/libiberty/strerror.c index 83a5992b4dd..c0edb47e0c8 100644 --- a/libiberty/strerror.c +++ b/libiberty/strerror.c @@ -2,9 +2,6 @@ Written by Fred Fish. fnf@cygnus.com This file is in the public domain. --Per Bothner. */ -#include "ansidecl.h" -#include "libiberty.h" - #include "config.h" #ifdef HAVE_SYS_ERRLIST @@ -17,6 +14,9 @@ #define sys_errlist sys_errlist__ #endif +#include "ansidecl.h" +#include "libiberty.h" + #include <stdio.h> #include <errno.h> |