diff options
Diffstat (limited to 'gdb/amd64fbsd-nat.c')
-rw-r--r-- | gdb/amd64fbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/amd64fbsd-nat.c b/gdb/amd64fbsd-nat.c index 5f16c95..f083734 100644 --- a/gdb/amd64fbsd-nat.c +++ b/gdb/amd64fbsd-nat.c @@ -44,7 +44,7 @@ typedef struct fpreg fpregset_t; #endif #include "gregset.h" -#include "x86-64-tdep.h" +#include "amd64-tdep.h" #include "amd64-nat.h" |