diff options
Diffstat (limited to 'sim/common/sim-events.c')
-rw-r--r-- | sim/common/sim-events.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sim/common/sim-events.c b/sim/common/sim-events.c index ee031c9..a5ec32d 100644 --- a/sim/common/sim-events.c +++ b/sim/common/sim-events.c @@ -26,14 +26,15 @@ /* This must come before any other includes. */ #include "defs.h" +#include <signal.h> /* For SIGPROCMASK et al. */ +#include <stdlib.h> +#include <string.h> + +#include "libiberty.h" + #include "sim-main.h" #include "sim-assert.h" #include "sim-cpu.h" -#include "libiberty.h" - -#include <string.h> -#include <stdlib.h> -#include <signal.h> /* For SIGPROCMASK et al. */ typedef enum { watch_invalid, |