* c-opts.c: Include "tm_p.h".
From-SVN: r128070
This commit is contained in:
parent
8d67c58f94
commit
0b2dffe116
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue