diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-12 20:59:00 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-12 20:59:00 +0000 |
commit | 1f658310dee741f1919e0aba191f0a848eee45ef (patch) | |
tree | e97e9a90f2c84faf3a60a4a84a4b6986cfa084c7 /gcc | |
parent | aa7416bed7a17e5f4c23c4883739c1750a25c095 (diff) | |
download | linaro-gcc-1f658310dee741f1919e0aba191f0a848eee45ef.tar.gz linaro-gcc-1f658310dee741f1919e0aba191f0a848eee45ef.tar.bz2 linaro-gcc-1f658310dee741f1919e0aba191f0a848eee45ef.zip |
2005-07-12 Andrew Pinski <pinskia@physics.uc.edu>
PR bootstrap/21704
* host-linux.h: Include limits.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101942 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/host-linux.c | 1 |
2 files changed, 6 insertions, 0 deletions
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 <pinskia@physics.uc.edu> + + PR bootstrap/21704 + * host-linux.h: Include limits.h. + 2005-07-12 Dale Johannesen <dalej@apple.com> * 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 <sys/mman.h> +#include <limits.h> #include "hosthooks.h" #include "hosthooks-def.h" |