OSDN Git Service

Patch from Robert Lipe
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Mar 2000 21:06:33 +0000 (21:06 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Mar 2000 21:06:33 +0000 (21:06 +0000)
* config/ia64/ia64.c: Include system.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32455 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/ia64/ia64.c

index 4ced7d6..50c813b 100644 (file)
@@ -1,3 +1,7 @@
+2000-03-09  Robert Lipe  <robertl@sco.com>
+
+       * config/ia64/ia64.c: Include system.h.
+
 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
 
        * except.c (nothrow_function_p): If -fno-exceptions, just return.
index f7e9ebd..8e3cc7c 100644 (file)
@@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA.  */
 #include <stdio.h>
 #include <ctype.h>
 #include "config.h"
+#include "system.h"
 #include "rtl.h"
 #include "tree.h"
 #include "tm_p.h"