diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-19 04:24:22 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-19 04:24:22 +0000 |
commit | 3cacc0f41dee1dcb6487695c41a9fe27099c455e (patch) | |
tree | 2c099108737fcb4ab7b83dfd973038764dbd5b19 /gcc/diagnostic.h | |
parent | 7bbb6ff8a2c6a4b9be50769f8b7bce25ef3f75c9 (diff) | |
download | gcc-3cacc0f41dee1dcb6487695c41a9fe27099c455e.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109941 138bc75d-0d04-0410-961f-82ee72b054a4
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 |