summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-10-31 22:50:28 +0000
committerAndrew Cagney <cagney@redhat.com>2001-10-31 22:50:28 +0000
commit7f091963cfe84e4d101c58ac557970fec7a4ae89 (patch)
tree1fc74e15151928c01571505b7b3bd7b498af9030
parentbae2880345f03611532ed53653740fcc7539e06c (diff)
downloadgdb-7f091963cfe84e4d101c58ac557970fec7a4ae89.tar.gz
include "value.h"
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/s390-tdep.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9b7f073bb26..93b2589f0fc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2001-10-31 Andrew Cagney <ac131313@redhat.com>
+ From DJ Barrow.
+ * s390-tdep.c: Include "value.h".
+
+2001-10-31 Andrew Cagney <ac131313@redhat.com>
+
* remote-vx.c (net_wait): Fix typo from PIDGET change.
2001-10-31 Daniel Jacobowitz <drow@mvista.com>
diff --git a/gdb/s390-tdep.c b/gdb/s390-tdep.c
index 159026806ee..9c3d8c2757b 100644
--- a/gdb/s390-tdep.c
+++ b/gdb/s390-tdep.c
@@ -35,6 +35,7 @@
#include "../bfd/bfd.h"
#include "floatformat.h"
#include "regcache.h"
+#include "value.h"