diff options
Diffstat (limited to 'sim/common/sim-basics.h')
-rw-r--r-- | sim/common/sim-basics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-basics.h b/sim/common/sim-basics.h index 32995a8..f09a4f2 100644 --- a/sim/common/sim-basics.h +++ b/sim/common/sim-basics.h @@ -31,9 +31,9 @@ /* Basic host dependant mess - hopefully <stdio.h> + <stdarg.h> will bring potential conflicts out in the open */ +#include <setjmp.h> #include <stdarg.h> #include <stdio.h> -#include <setjmp.h> #ifndef min |