diff options
Diffstat (limited to 'gdb/arm-symbian-tdep.c')
-rw-r--r-- | gdb/arm-symbian-tdep.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/arm-symbian-tdep.c b/gdb/arm-symbian-tdep.c index 71521de7a91..e078655506d 100644 --- a/gdb/arm-symbian-tdep.c +++ b/gdb/arm-symbian-tdep.c @@ -18,13 +18,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" + +/* Local non-gdb includes. */ +#include "elf-bfd.h" #include "frame.h" #include "objfiles.h" #include "osabi.h" -#include "solib.h" #include "solib-target.h" +#include "solib.h" #include "target.h" -#include "elf-bfd.h" /* If PC is in a DLL import stub, return the address of the `real' function belonging to the stub. */ |