diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2006-01-19 04:24:22 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2006-01-18 20:24:22 -0800 |
commit | e79b9d54a17db3d8676ae30c1f04e90e90691cec (patch) | |
tree | 2c099108737fcb4ab7b83dfd973038764dbd5b19 /gcc/diagnostic.h | |
parent | d16a5e36692853e74ed97c362b41fdca8d69752e (diff) | |
download | gcc-e79b9d54a17db3d8676ae30c1f04e90e90691cec.tar.gz |
diagnostic.h: Include options.h.
2006-01-18 Andrew Pinski <pinskia@physics.uc.edu>
* 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
Diffstat (limited to 'gcc/diagnostic.h')
-rw-r--r-- | gcc/diagnostic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index 51493ea8bab..df520266a88 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 |