diff options
Diffstat (limited to 'gdb/darwin-nat.h')
-rw-r--r-- | gdb/darwin-nat.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/darwin-nat.h b/gdb/darwin-nat.h index 9091efd..cd656b1 100644 --- a/gdb/darwin-nat.h +++ b/gdb/darwin-nat.h @@ -17,9 +17,11 @@ #ifndef DARWIN_NAT_H #define DARWIN_NAT_H -#include "inf-child.h" #include <mach/mach.h> + +/* Local non-gdb includes. */ #include "gdbthread.h" +#include "inf-child.h" /* This needs to be overridden by the platform specific nat code. */ |