diff options
Diffstat (limited to 'sim/common/sim-reason.c')
-rw-r--r-- | sim/common/sim-reason.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/sim-reason.c b/sim/common/sim-reason.c index fa36837..27746ea 100644 --- a/sim/common/sim-reason.c +++ b/sim/common/sim-reason.c @@ -20,12 +20,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* This must come before any other includes. */ #include "defs.h" +#include <stdlib.h> + #include "sim-main.h" #include "sim-assert.h" #include "sim-signal.h" -#include <stdlib.h> - /* Generic implementation of sim_stop_reason */ void |