diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-04-19 00:37:24 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-04-19 00:37:24 +0000 |
commit | fbec36e2cbf8f334f1d813247220d6e43522cb15 (patch) | |
tree | c678e9d78c7ca7635a454e955c54fa291fdfeb9d /gdb/arch-utils.c | |
parent | c3ae2f98d01baddf23a93ea5c2311701844f8b82 (diff) | |
download | gdb-fbec36e2cbf8f334f1d813247220d6e43522cb15.zip gdb-fbec36e2cbf8f334f1d813247220d6e43522cb15.tar.gz gdb-fbec36e2cbf8f334f1d813247220d6e43522cb15.tar.bz2 |
#include "regcache.h".
Diffstat (limited to 'gdb/arch-utils.c')
-rw-r--r-- | gdb/arch-utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c index 10f0fc5..0fde5db 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -37,6 +37,7 @@ #include "target.h" #include "annotate.h" #endif +#include "regcache.h" #include "version.h" |