diff options
| author | Andrew Pinski <pinskia@physics.uc.edu> | 2005-07-12 20:59:00 +0000 |
|---|---|---|
| committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2005-07-12 13:59:00 -0700 |
| commit | 298f1d10c16adf0b3452af3291efc63913fbc6aa (patch) | |
| tree | e97e9a90f2c84faf3a60a4a84a4b6986cfa084c7 /gcc/config/host-linux.c | |
| parent | 0d579784b47661d2e269d15c7919590081958994 (diff) | |
| download | gcc-298f1d10c16adf0b3452af3291efc63913fbc6aa.zip gcc-298f1d10c16adf0b3452af3291efc63913fbc6aa.tar.gz gcc-298f1d10c16adf0b3452af3291efc63913fbc6aa.tar.bz2 | |
re PR bootstrap/21704 (failure during building 64-bit native compiler by crosscompiler.)
2005-07-12 Andrew Pinski <pinskia@physics.uc.edu>
PR bootstrap/21704
* host-linux.h: Include limits.h.
From-SVN: r101942
Diffstat (limited to 'gcc/config/host-linux.c')
| -rw-r--r-- | gcc/config/host-linux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/host-linux.c b/gcc/config/host-linux.c index f854764..a1ec046 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" |
