From c40d267a71c9fdfb1c3f68217608bba45a468838 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 29 Aug 2003 17:18:27 +0000 Subject: * amd64-nat.h (struct regcache): Add opaque declaration. --- gdb/amd64-nat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/amd64-nat.h') diff --git a/gdb/amd64-nat.h b/gdb/amd64-nat.h index e2c9379f94..edf6df8de8 100644 --- a/gdb/amd64-nat.h +++ b/gdb/amd64-nat.h @@ -22,6 +22,8 @@ #ifndef AMD64_NAT_H #define AMD64_NAT_H 1 +struct regcache; + /* General-purpose register set description for native 32-bit code. */ extern int *amd64_native_gregset32_reg_offset; extern int amd64_native_gregset32_num_regs; -- cgit v1.2.3