diff options
author | Ben Elliston <bje@au.ibm.com> | 2007-09-04 09:33:40 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2007-09-04 19:33:40 +1000 |
commit | 0b2dffe116ad3f02eada2fcbd23f67c5ba5f3eda (patch) | |
tree | 45a8c6a96e02f30af7984f8eb97f9e91a87d101c /gcc | |
parent | 8d67c58f94f8b9166002eed18d2096b35c0666e7 (diff) | |
download | gcc-0b2dffe116ad3f02eada2fcbd23f67c5ba5f3eda.zip gcc-0b2dffe116ad3f02eada2fcbd23f67c5ba5f3eda.tar.gz gcc-0b2dffe116ad3f02eada2fcbd23f67c5ba5f3eda.tar.bz2 |
* c-opts.c: Include "tm_p.h".
From-SVN: r128070
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 |