diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/c-opts.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 75bea70..25d12103 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-09-04 Ben Elliston <bje@au.ibm.com> + + * c-opts.c: Include "tm_p.h". + 2007-09-04 Richard Guenther <rguenther@suse.de> PR tree-optimization/33291 diff --git a/gcc/c-opts.c b/gcc/c-opts.c index 44adae4..2a158c1 100644 --- a/gcc/c-opts.c +++ b/gcc/c-opts.c @@ -39,6 +39,7 @@ along with GCC; see the file COPYING3. If not see #include "options.h" #include "mkdeps.h" #include "target.h" +#include "tm_p.h" #ifndef DOLLARS_IN_IDENTIFIERS # define DOLLARS_IN_IDENTIFIERS true |