diff options
Diffstat (limited to 'bfd/ppcboot.c')
-rw-r--r-- | bfd/ppcboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/ppcboot.c b/bfd/ppcboot.c index 12d59f3..da8c6b8 100644 --- a/bfd/ppcboot.c +++ b/bfd/ppcboot.c @@ -32,9 +32,9 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. the file. objcopy cooperates by specially setting the start address to zero by default. */ +#include "sysdep.h" #include "safe-ctype.h" #include "bfd.h" -#include "sysdep.h" #include "libbfd.h" /* PPCbug location structure */ |