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
commitd42688f43b03a3b5f6117b1e6a835f3f33752368 (patch)
treecab9c27284994e1c4a2b95a25f62b4454c6681a6
parentbbea807ab4619946a909b4a1567a60121aa4344a (diff)
downloadbinutils-gdb-d42688f43b03a3b5f6117b1e6a835f3f33752368.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"