diff options
Diffstat (limited to 'bfd/mach-o.c')
-rw-r--r-- | bfd/mach-o.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/mach-o.c b/bfd/mach-o.c index f6baf32..d4abbec 100644 --- a/bfd/mach-o.c +++ b/bfd/mach-o.c @@ -18,9 +18,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +#include "sysdep.h" #include "mach-o.h" #include "bfd.h" -#include "sysdep.h" #include "libbfd.h" #include "libiberty.h" #include <ctype.h> |