]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* c-opts.c: Include "tm_p.h".
authorJoern Rennecke <joern.rennecke@embecosm.com>
Mon, 21 Jun 2010 12:45:47 +0000 (12:45 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Mon, 21 Jun 2010 12:45:47 +0000 (13:45 +0100)
From-SVN: r161071

gcc/c-family/ChangeLog
gcc/c-family/c-opts.c

index 68c11653c62eaa0d758945aa2e26c6cd9f72c446..56f3fc625b6354cbbe2906722ca07bc7756ad31b 100644 (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
index 0d75615c79280b1de9ce263aefa050adb7bff25a..1fa9745cd9b917b3ecc9ad13faab51b4110594b7 100644 (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