Patch from Robert Lipe

* config/ia64/ia64.c: Include system.h.

From-SVN: r32455
This commit is contained in:
Robert Lipe 2000-03-09 21:06:33 +00:00 committed by Jim Wilson
parent fac62ecf5f
commit ed9ccd8a79
2 changed files with 5 additions and 0 deletions

View 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.

View 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"