diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2001-10-10 23:50:50 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-10-10 23:50:50 -0700 |
commit | 59bee412cc7feeedb14c2ee52f418f2bf498ca99 (patch) | |
tree | e4a2712e81a5367016ee25c9b04f66328fb8aac3 /gcc/langhooks.c | |
parent | ac3636f297d265d12cc31a4f77bbd586a4d2fb1d (diff) | |
download | gcc-59bee412cc7feeedb14c2ee52f418f2bf498ca99.zip gcc-59bee412cc7feeedb14c2ee52f418f2bf498ca99.tar.gz gcc-59bee412cc7feeedb14c2ee52f418f2bf498ca99.tar.bz2 |
langhooks.c: Include langhooks.h.
* langhooks.c: Include langhooks.h.
* Makefile.in (langhooks.o): Depend on it.
From-SVN: r46176
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r-- | gcc/langhooks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c index d5157f8..ea0df90 100644 --- a/gcc/langhooks.c +++ b/gcc/langhooks.c @@ -27,6 +27,8 @@ Boston, MA 02111-1307, USA. */ #include "rtl.h" #include "insn-config.h" #include "integrate.h" +#include "langhooks.h" + /* lang_hooks.tree_inlining.walk_subtrees is called by walk_tree() after handling common cases, but before walking code-specific |