diff options
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r-- | gdb/gnu-nat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index 2ca01e1..b34935e 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -22,6 +22,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "defs.h" + #include <ctype.h> #include <errno.h> #include <limits.h> @@ -52,7 +54,6 @@ #include <portinfo.h> -#include "defs.h" #include "inferior.h" #include "symtab.h" #include "value.h" |