diff options
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 25fd496..58d84ef 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -48,6 +48,7 @@ Boston, MA 02111-1307, USA. */ #include "flags.h" #include "tree.h" #include "rtl.h" +#include "expr.h" #include "tm_p.h" #include "toplev.h" #include "ggc.h" |