diff options
Diffstat (limited to 'sim/common/hw-handles.c')
-rw-r--r-- | sim/common/hw-handles.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/hw-handles.c b/sim/common/hw-handles.c index fb878e4..62b3ca3 100644 --- a/sim/common/hw-handles.c +++ b/sim/common/hw-handles.c @@ -22,11 +22,11 @@ /* 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_handle_mapping { cell_word external; |