From: Joern Rennecke Date: Mon, 21 Jun 2010 12:45:47 +0000 (+0000) Subject: * c-opts.c: Include "tm_p.h". X-Git-Tag: releases/gcc-4.6.0~6307 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4c97feb762b546573cbae0abc89303f65845be0;p=thirdparty%2Fgcc.git * c-opts.c: Include "tm_p.h". From-SVN: r161071 --- diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 68c11653c62e..56f3fc625b63 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,7 @@ +2010-06-21 Joern Rennecke + + * c-opts.c: Include "tm_p.h". + 2010-06-20 Joseph Myers * c-common.c (parse_optimize_options): Update call to diff --git a/gcc/c-family/c-opts.c b/gcc/c-family/c-opts.c index 0d75615c7928..1fa9745cd9b9 100644 --- a/gcc/c-family/c-opts.c +++ b/gcc/c-family/c-opts.c @@ -37,6 +37,7 @@ along with GCC; see the file COPYING3. If not see #include "options.h" #include "mkdeps.h" #include "target.h" /* For gcc_targetcm. */ +#include "tm_p.h" /* For C_COMMON_OVERRIDE_OPTIONS. */ #ifndef DOLLARS_IN_IDENTIFIERS # define DOLLARS_IN_IDENTIFIERS true