From: Michael Meissner Date: Thu, 20 Aug 1998 11:01:57 +0000 (+0000) Subject: Include system.h, not stdio.h X-Git-Tag: prereleases/egcs-1.1-prerelease~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b51506ca5bbf4d50e38590943edae1bcc415e30;p=thirdparty%2Fgcc.git Include system.h, not stdio.h From-SVN: r21875 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 59d8193a567e..529d9900c056 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Thu Aug 20 13:56:53 1998 Michael Meissner + + * config/i386/winnt.c: Include system.h, not stdio.h to get + sys/param.h pulled in before rtl.h in case the system defines MIN + and MAX. + Wed Aug 19 21:33:19 1998 David Edelsohn * rs6000.c (rs6000_output_load_toc_table): Use ld for 64-bit. diff --git a/gcc/config/i386/winnt.c b/gcc/config/i386/winnt.c index f78b709aeee2..d6c2a79f2bc7 100644 --- a/gcc/config/i386/winnt.c +++ b/gcc/config/i386/winnt.c @@ -20,7 +20,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" -#include +#include "system.h" #include "rtl.h" #include "regs.h" #include "hard-reg-set.h"