diff options
Diffstat (limited to 'gas/ecoff.c')
-rw-r--r-- | gas/ecoff.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/ecoff.c b/gas/ecoff.c index 310d667..436c8c4 100644 --- a/gas/ecoff.c +++ b/gas/ecoff.c @@ -28,11 +28,12 @@ ECOFF debugging information (e.g., MIPS ECOFF, MIPS ELF, Alpha ECOFF). */ +#include "ecoff.h" + #ifdef ECOFF_DEBUGGING #include "coff/internal.h" #include "coff/symconst.h" -#include "ecoff.h" #include "aout/stab_gnu.h" #include <ctype.h> |