diff options
Diffstat (limited to 'include/sim/callback.h')
-rw-r--r-- | include/sim/callback.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/sim/callback.h b/include/sim/callback.h index a51c4de..a6eb38f 100644 --- a/include/sim/callback.h +++ b/include/sim/callback.h @@ -45,11 +45,12 @@ #ifndef SIM_CALLBACK_H #define SIM_CALLBACK_H -#include <ansidecl.h> #include <stdarg.h> #include <stdint.h> + +#include <ansidecl.h> /* Needed for enum bfd_endian. */ -#include "bfd.h" +#include <bfd.h> /* Mapping of host/target values. */ /* ??? For debugging purposes, one might want to add a string of the |