From e79b9d54a17db3d8676ae30c1f04e90e90691cec Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Thu, 19 Jan 2006 04:24:22 +0000 Subject: diagnostic.h: Include options.h. 2006-01-18 Andrew Pinski * diagnostic.h: Include options.h. * config/rs6000/x-darwin (host-ppc-darwin.o): Correct the dependancies for diagnostic.h. * Makefile.in (DIAGNOSTIC_H): Add options.h. From-SVN: r109941 --- gcc/diagnostic.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/diagnostic.h') diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index 51493ea..df52026 100644 --- a/gcc/diagnostic.h +++ b/gcc/diagnostic.h @@ -24,6 +24,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA #define GCC_DIAGNOSTIC_H #include "pretty-print.h" +#include "options.h" /* Constants used to discriminate diagnostics. */ typedef enum -- cgit v1.1