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

From-SVN: r128070
This commit is contained in:
Ben Elliston 2007-09-04 09:33:40 +00:00 committed by Ben Elliston
parent 8d67c58f94
commit 0b2dffe116
2 changed files with 5 additions and 0 deletions

View file

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

View file

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