diff options
Diffstat (limited to 'sim/common/sim-cpu.c')
-rw-r--r-- | sim/common/sim-cpu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/common/sim-cpu.c b/sim/common/sim-cpu.c index bde3e61..49bd850 100644 --- a/sim/common/sim-cpu.c +++ b/sim/common/sim-cpu.c @@ -22,9 +22,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdlib.h> -#include "sim-main.h" #include "bfd.h" +#include "sim-main.h" + /* Allocate space for all cpus in the simulator. Space for the cpu must currently exist prior to parsing ARGV. */ /* ??? wip. better solution must wait. */ |