From 0b2dffe116ad3f02eada2fcbd23f67c5ba5f3eda Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 4 Sep 2007 09:33:40 +0000 Subject: [PATCH] * c-opts.c: Include "tm_p.h". From-SVN: r128070 --- gcc/ChangeLog | 4 ++++ gcc/c-opts.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 75bea70a5d0..25d12103347 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-09-04 Ben Elliston + + * c-opts.c: Include "tm_p.h". + 2007-09-04 Richard Guenther PR tree-optimization/33291 diff --git a/gcc/c-opts.c b/gcc/c-opts.c index 44adae4bb87..2a158c191e7 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 -- 2.30.2