diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7bddf9729d326897c4aaee87478e4aed17283840..95612a24b13fe0af1bbffb68f3a9065580f7ba00 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-16  Andreas Jaeger  <aj@suse.de>
+
+	* config/s390/s390.c: Include "debug.h" for dwarf2out_do_frame
+	prototype.
+
 Wed Aug 15 15:22:52 EDT 2001  John Wehle  (john@feith.com)
 
 	* rtl.h (only_sets_cc0_p): New prototype.
diff --git a/gcc/config/s390/s390.c b/gcc/config/s390/s390.c
index f0f0fc3067c118d746b70bf8b55595d4eb95ac22..5ce9a19f2d2c9b199cc1886409b597c38c33d32d 100644
--- a/gcc/config/s390/s390.c
+++ b/gcc/config/s390/s390.c
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA.  */
 #include "ggc.h"
 #include "target.h"
 #include "target-def.h"
-
+#include "debug.h"