diff options
Diffstat (limited to 'sim/common/hw-alloc.c')
-rw-r--r-- | sim/common/hw-alloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/hw-alloc.c b/sim/common/hw-alloc.c index a16666b..b3633da 100644 --- a/sim/common/hw-alloc.c +++ b/sim/common/hw-alloc.c @@ -20,11 +20,11 @@ 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 "hw-main.h" #include "hw-base.h" -#include <stdlib.h> - struct hw_alloc_data { void *alloc; |