summaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-10-21 17:19:38 +0000
committerAndrew Cagney <cagney@redhat.com>2001-10-21 17:19:38 +0000
commit44e7f8c4634d83a4c56da1bda67271b368c084d4 (patch)
tree4041f7545e9e27580c1f14ae40c9644c714ad336 /gdb/remote.c
parentc733b9a13bbcd4d281fc251f8899ef16ebd066ee (diff)
downloadgdb-44e7f8c4634d83a4c56da1bda67271b368c084d4.tar.gz
Add explicit #include of "value.h".
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index 0555088bdf4..e7b7169a2ac 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>