From c72d36f2aadac83b4b5208af778ae7194169915a Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 8 Aug 2012 08:34:25 +0000 Subject: [PATCH] * config/rl78/rl78.c: Include tree-pass.h. From-SVN: r190224 --- gcc/config/rl78/rl78.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/config/rl78/rl78.c b/gcc/config/rl78/rl78.c index df41a85278a4..0bb48beb2e4d 100644 --- a/gcc/config/rl78/rl78.c +++ b/gcc/config/rl78/rl78.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation on Renesas RL78 processors. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011, 2012 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. @@ -48,6 +48,7 @@ #include "langhooks.h" #include "rl78-protos.h" #include "dumpfile.h" +#include "tree-pass.h" static inline bool is_interrupt_func (const_tree decl); static inline bool is_brk_interrupt_func (const_tree decl); -- 2.39.5