diff options
author | Alan Modra <amodra@gmail.com> | 2010-11-25 01:15:14 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-11-25 01:15:14 +0000 |
commit | 7362f76f52be200ae5fa21950f69e12304703fae (patch) | |
tree | e34c17d98e87557da5e82d925382c361e77e6524 /gas/compress-debug.c | |
parent | c09a7c7e90a0dcca3a8783cd6023e6d8c5deb363 (diff) | |
download | gdb-7362f76f52be200ae5fa21950f69e12304703fae.zip gdb-7362f76f52be200ae5fa21950f69e12304703fae.tar.gz gdb-7362f76f52be200ae5fa21950f69e12304703fae.tar.bz2 |
PR gas/12264
* compress-debug.c: Include config.h first.
Diffstat (limited to 'gas/compress-debug.c')
-rw-r--r-- | gas/compress-debug.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gas/compress-debug.c b/gas/compress-debug.c index c2a8d3d..0907600 100644 --- a/gas/compress-debug.c +++ b/gas/compress-debug.c @@ -18,11 +18,9 @@ Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +#include "config.h" #include <stdio.h> - #include "ansidecl.h" - -#include "config.h" #include "compress-debug.h" #ifdef HAVE_ZLIB_H |