From ced8dd8ccde9e294e7975e1d7c79e946d26f9b1d Mon Sep 17 00:00:00 2001
From: Michael Meissner <meissner@cygnus.com>
Date: Mon, 20 Apr 1998 07:41:41 +0000
Subject: [PATCH] Include expr.h to get the change_address prototype declared.

From-SVN: r19338
---
 gcc/ChangeLog          | 5 +++++
 gcc/config/i386/i386.c | 1 +
 2 files changed, 6 insertions(+)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 17eab4d5ba7f..7ab8d1b8143d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Mon Apr 20 07:37:49 1998  Michael Meissner  <meissner@cygnus.com>
+
+	* i386.c: Include expr.h to get the change_address prototype
+	declared.
+	
 Mon Apr 20 01:00:05 1998  H.J. Lu  (hjl@gnu.org)
 
 	* reg-stack.c (subst_asm_stack_regs): Change to return the last
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index f4743faaf819..4a29f88739b2 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -36,6 +36,7 @@ Boston, MA 02111-1307, USA. */
 #include "except.h"
 #include "function.h"
 #include "recog.h"
+#include "expr.h"
 
 #if HAVE_STDLIB_H
 #include <stdlib.h>                                                
-- 
GitLab