diff options
Diffstat (limited to 'gdb/i386-gnu-nat.c')
-rw-r--r-- | gdb/i386-gnu-nat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/i386-gnu-nat.c b/gdb/i386-gnu-nat.c index 087445bc626..fc11a56d15a 100644 --- a/gdb/i386-gnu-nat.c +++ b/gdb/i386-gnu-nat.c @@ -18,6 +18,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Include this first, to pick up the <mach.h> 'thread_info' diversion. */ +#include "defs.h" + +/* Local includes. */ #include "gnu-nat.h" /* Mach/Hurd headers are not yet ready for C++ compilation. */ |