diff options
Diffstat (limited to 'bfd/elf32-mt.c')
-rw-r--r-- | bfd/elf32-mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-mt.c b/bfd/elf32-mt.c index fa1ee48..2b539d0 100644 --- a/bfd/elf32-mt.c +++ b/bfd/elf32-mt.c @@ -18,8 +18,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "bfd.h" #include "sysdep.h" +#include "bfd.h" #include "libbfd.h" #include "elf-bfd.h" #include "elf/mt.h" |