diff options
author | Andreas Tobler <andreast@sourceware.org> | 2012-03-12 05:27:21 +0000 |
---|---|---|
committer | Andreas Tobler <andreast@sourceware.org> | 2012-03-12 05:27:21 +0000 |
commit | fd24fa94347ea8a7d2e9aefbbcdbbce335052c4c (patch) | |
tree | fc9368dcee807ee74bd40baf8c81cb245327fff1 /gdb/amd64bsd-nat.c | |
parent | d4e7cf4522326b02f6d8ba893e807e66f2c7035c (diff) | |
download | gdb-fd24fa94347ea8a7d2e9aefbbcdbbce335052c4c.zip gdb-fd24fa94347ea8a7d2e9aefbbcdbbce335052c4c.tar.gz gdb-fd24fa94347ea8a7d2e9aefbbcdbbce335052c4c.tar.bz2 |
2012-03-12 Andreas Tobler <andreast@fgznet.ch>
* amd64bsd-nat.c: Include amd64bsd-nat.h.
Diffstat (limited to 'gdb/amd64bsd-nat.c')
-rw-r--r-- | gdb/amd64bsd-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/amd64bsd-nat.c b/gdb/amd64bsd-nat.c index 74d470d4..5684a01 100644 --- a/gdb/amd64bsd-nat.c +++ b/gdb/amd64bsd-nat.c @@ -31,6 +31,7 @@ #include <machine/reg.h> #include "amd64-tdep.h" +#include "amd64bsd-nat.h" #include "amd64-nat.h" #include "inf-ptrace.h" |