diff options
Diffstat (limited to 'sim/common/sim-arange.c')
-rw-r--r-- | sim/common/sim-arange.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sim/common/sim-arange.c b/sim/common/sim-arange.c index 5a28a2c..96b1af3 100644 --- a/sim/common/sim-arange.c +++ b/sim/common/sim-arange.c @@ -23,13 +23,14 @@ 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 <string.h> + #include "libiberty.h" + #include "sim-basics.h" #include "sim-arange.h" -#include <stdlib.h> -#include <string.h> - /* Insert a range. */ static void |