Skip to content
Snippets Groups Projects
Commit 1f658310 authored by pinskia's avatar pinskia
Browse files

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
parent aa7416be
No related merge requests found
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> 2005-07-12 Dale Johannesen <dalej@apple.com>
* expr.c (compress_float_constant): Add cost check. * expr.c (compress_float_constant): Add cost check.
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include <sys/mman.h> #include <sys/mman.h>
#include <limits.h>
#include "hosthooks.h" #include "hosthooks.h"
#include "hosthooks-def.h" #include "hosthooks-def.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment