summaryrefslogtreecommitdiff
path: root/gdb/fbsd-nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/fbsd-nat.h')
-rw-r--r--gdb/fbsd-nat.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/fbsd-nat.h b/gdb/fbsd-nat.h
index b0c9eb16c77..99a5c9b5ee7 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 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. */