diff options
author | Brooks Moses <brooks.moses@codesourcery.com> | 2007-05-03 06:14:52 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-05-02 23:14:52 -0700 |
commit | df582833001a9f1038970b65f2c06747ec29fdae (patch) | |
tree | 33ac9472bdc0f556d0f2260513e8ae504161d7ba /gcc/cfgloop.h | |
parent | ae07728488e1afabcb70ce3d460bbe864a644891 (diff) | |
download | gcc-df582833001a9f1038970b65f2c06747ec29fdae.zip gcc-df582833001a9f1038970b65f2c06747ec29fdae.tar.gz gcc-df582833001a9f1038970b65f2c06747ec29fdae.tar.bz2 |
re PR bootstrap/31776 (Bootstrap fails with "error: conflicting types for strsignal")
PR bootstrap/31776
* system.h: Remove inclusion of double-int.h
* tree.h: Include double-int.h
* gengtype.c: Likewise
* cfgloop.h: Likewise
* Makefile.in: Adjust dependencies on double-int.h
From-SVN: r124373
Diffstat (limited to 'gcc/cfgloop.h')
-rw-r--r-- | gcc/cfgloop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h index 5216063..ef70a71 100644 --- a/gcc/cfgloop.h +++ b/gcc/cfgloop.h @@ -26,6 +26,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA /* For rtx_code. */ #include "rtl.h" #include "vecprim.h" +#include "double-int.h" /* Structure to hold decision about unrolling/peeling. */ enum lpt_dec |