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/c-opts.c | |
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/c-opts.c')
-rw-r--r-- | gcc/c-opts.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |