Patch from Robert Lipe
authorRobert Lipe <robertl@sco.com>
Thu, 9 Mar 2000 21:06:33 +0000 (21:06 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 9 Mar 2000 21:06:33 +0000 (13:06 -0800)
* config/ia64/ia64.c: Include system.h.

From-SVN: r32455

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

index 4ced7d6d1c5ccb431114857da4dcb227b42c0ff3..50c813b162b41081be0c1b3a2ab45ca523c66ea5 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 f7e9ebdccc907966961261ec0e029e081aa0ae28..8e3cc7c96f69824a8d6f26944b6006e9771e2f27 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"