diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-10-21 17:19:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-10-21 17:19:38 +0000 |
commit | fd0407d670c5a89ba5ba8cba65a056ac8c709e75 (patch) | |
tree | 4cd513b3845e553ebe500f052ee48fb36639a9fa /gdb/remote.c | |
parent | 1b90af266c5bf8ef4cfd5c09c79c468cfaf32c6a (diff) | |
download | gdb-fd0407d670c5a89ba5ba8cba65a056ac8c709e75.zip gdb-fd0407d670c5a89ba5ba8cba65a056ac8c709e75.tar.gz gdb-fd0407d670c5a89ba5ba8cba65a056ac8c709e75.tar.bz2 |
Add explicit #include of "value.h".
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 0555088..e7b7169 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -36,6 +36,7 @@ #include "gdbthread.h" #include "remote.h" #include "regcache.h" +#include "value.h" #include <ctype.h> #include <sys/time.h> |