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