summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"