summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorOlivier Houchard <cognet@FreeBSD.org>2011-08-26 15:24:54 +0000
committerOlivier Houchard <cognet@FreeBSD.org>2011-08-26 15:24:54 +0000
commit84f3091bc2cf860872a31811c8b70c74902199eb (patch)
treed7968de66bae1be2122e0f45972e159887b0b582 /gnu
parent4cefd5cf3e77423d94301e7868e0da1cf59666d1 (diff)
downloadsrc-test-84f3091bc2cf860872a31811c8b70c74902199eb.tar.gz
src-test-84f3091bc2cf860872a31811c8b70c74902199eb.zip
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb/arch/arm/armfbsd-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/arch/arm/armfbsd-nat.c b/gnu/usr.bin/gdb/arch/arm/armfbsd-nat.c
index 84599d9fc8cd5..674deffaa3f53 100644
--- a/gnu/usr.bin/gdb/arch/arm/armfbsd-nat.c
+++ b/gnu/usr.bin/gdb/arch/arm/armfbsd-nat.c
@@ -32,8 +32,8 @@
#include "arm-tdep.h"
#include <sys/types.h>
-#include <sys/ptrace.h>
#ifndef CROSS_DEBUGGER
+#include <sys/ptrace.h>
#include <machine/reg.h>
#include <machine/frame.h>
#endif