diff options
Diffstat (limited to 'gdb/fbsd-nat.h')
-rw-r--r-- | gdb/fbsd-nat.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/fbsd-nat.h b/gdb/fbsd-nat.h index 5dec982..b0c9eb1 100644 --- a/gdb/fbsd-nat.h +++ b/gdb/fbsd-nat.h @@ -20,10 +20,8 @@ #ifndef FBSD_NAT_H #define FBSD_NAT_H -#include <sys/proc.h> - -/* Local non-gdb includes. */ #include "inf-ptrace.h" +#include <sys/proc.h> #ifdef TRAP_BRKPT /* MIPS does not set si_code for SIGTRAP. sparc64 reports |