From: Andrew Pinski Date: Tue, 12 Jul 2005 20:59:00 +0000 (+0000) Subject: re PR bootstrap/21704 (failure during building 64-bit native compiler by crosscompiler.) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=298f1d10c16adf0b3452af3291efc63913fbc6aa;p=gcc.git re PR bootstrap/21704 (failure during building 64-bit native compiler by crosscompiler.) 2005-07-12 Andrew Pinski PR bootstrap/21704 * host-linux.h: Include limits.h. From-SVN: r101942 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 30269f96f67..307a33408b3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-07-12 Andrew Pinski + + PR bootstrap/21704 + * host-linux.h: Include limits.h. + 2005-07-12 Dale Johannesen * expr.c (compress_float_constant): Add cost check. diff --git a/gcc/config/host-linux.c b/gcc/config/host-linux.c index f854764206e..a1ec046e036 100644 --- a/gcc/config/host-linux.c +++ b/gcc/config/host-linux.c @@ -22,6 +22,7 @@ #include "system.h" #include "coretypes.h" #include +#include #include "hosthooks.h" #include "hosthooks-def.h"