diff options
Diffstat (limited to 'gdb/go32-nat.c')
-rw-r--r-- | gdb/go32-nat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index d848017c0b5..ef1da9159a5 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -82,9 +82,10 @@ GDB does not use those as of this writing, and will never need to. */ +#include "defs.h" + #include <fcntl.h> -#include "defs.h" #include "i386-nat.h" #include "inferior.h" #include "gdbthread.h" |