]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Include system.h, not stdio.h
authorMichael Meissner <meissner@cygnus.com>
Thu, 20 Aug 1998 11:01:57 +0000 (11:01 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Thu, 20 Aug 1998 11:01:57 +0000 (11:01 +0000)
From-SVN: r21875

gcc/ChangeLog
gcc/config/i386/winnt.c

index 59d8193a567e6bb5c9e00cec357bff866ff0a005..529d9900c056b9600db119f93a44f59b17fd950e 100644 (file)
@@ -1,3 +1,9 @@
+Thu Aug 20 13:56:53 1998  Michael Meissner  <meissner@cygnus.com>
+
+       * 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  <edelsohn@mhpcc.edu>
 
        * rs6000.c (rs6000_output_load_toc_table): Use ld for 64-bit.
index f78b709aeee2373b478f7a21a11cb9ca5c104c28..d6c2a79f2bc76b04a9a17976e2214db6654c6f32 100644 (file)
@@ -20,7 +20,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
 #include "config.h"
-#include <stdio.h>
+#include "system.h"
 #include "rtl.h"
 #include "regs.h"
 #include "hard-reg-set.h"