diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2002-03-31 22:59:14 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-03-31 22:59:14 +0000 |
commit | b18101c75fb776da272be6c876a5fa03ecb74dca (patch) | |
tree | 8338bb1f97273ea240c9108587be2054dcbb7beb /gcc/diagnostic.c | |
parent | 48a7a23514d50575b02c946e6faa2844d2ffe99c (diff) | |
download | gcc-b18101c75fb776da272be6c876a5fa03ecb74dca.zip gcc-b18101c75fb776da272be6c876a5fa03ecb74dca.tar.gz gcc-b18101c75fb776da272be6c876a5fa03ecb74dca.tar.bz2 |
diagnostic.c: Include langhooks-def.h.
* diagnostic.c: Include langhooks-def.h.
* Makefile.in (diagnostic.o): Update.
From-SVN: r51674
Diffstat (limited to 'gcc/diagnostic.c')
-rw-r--r-- | gcc/diagnostic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c index 15a614e..247ee1d 100644 --- a/gcc/diagnostic.c +++ b/gcc/diagnostic.c @@ -35,6 +35,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "intl.h" #include "diagnostic.h" #include "langhooks.h" +#include "langhooks-def.h" #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free |