diff options
Diffstat (limited to 'sim/common/sim-hload.c')
-rw-r--r-- | sim/common/sim-hload.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/common/sim-hload.c b/sim/common/sim-hload.c index f33dcf6..c42590c 100644 --- a/sim/common/sim-hload.c +++ b/sim/common/sim-hload.c @@ -20,8 +20,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* This must come before any other includes. */ #include "defs.h" -#include "sim-main.h" #include "bfd.h" + +#include "sim-main.h" #include "sim-utils.h" #include "sim-assert.h" |