diff options
Diffstat (limited to 'gdb/wrapper.h')
-rw-r--r-- | gdb/wrapper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/wrapper.h b/gdb/wrapper.h index 977a77d..b287b29 100644 --- a/gdb/wrapper.h +++ b/gdb/wrapper.h @@ -21,6 +21,8 @@ #include "gdb.h" struct value; +struct expression; +struct block; /* Use this struct to pass arguments to wrapper routines. */ struct gdb_wrapper_arguments; |