* c-opts.c: Include "tm_p.h".

From-SVN: r161071
This commit is contained in:
Joern Rennecke 2010-06-21 12:45:47 +00:00 committed by Joern Rennecke
parent 32c3cb8e4a
commit a4c97feb76
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-06-21 Joern Rennecke <joern.rennecke@embecosm.com>
* c-opts.c: Include "tm_p.h".
2010-06-20 Joseph Myers <joseph@codesourcery.com>
* c-common.c (parse_optimize_options): Update call to

View File

@ -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