ubsan.c: Include tm_p.h.
authorMarek Polacek <polacek@redhat.com>
Sat, 31 Aug 2013 15:31:34 +0000 (15:31 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Sat, 31 Aug 2013 15:31:34 +0000 (15:31 +0000)
2013-08-31  Marek Polacek  <polacek@redhat.com>

* ubsan.c: Include tm_p.h.

From-SVN: r202134

gcc/ChangeLog
gcc/ubsan.c

index 775048a24a30cff2276223a39ac64d077a18945d..7d0a381bfd92d043905f748d4a8fa82b66b7420f 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-31  Marek Polacek  <polacek@redhat.com>
+
+       * ubsan.c: Include tm_p.h.
+
 2013-08-31  Jan Hubicka  <jh@suse.cz>
 
        * gimple-streamer-in.c (input_gimple_stmt): Silence parameter unused
index e4bdd2a3208c6b17291dbdc2f2a0d00e8c7fc3de..b8d40d521289c26a508878cf2196e630664e3471 100644 (file)
@@ -27,6 +27,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "hashtab.h"
 #include "pointer-set.h"
 #include "output.h"
+#include "tm_p.h"
 #include "toplev.h"
 #include "ubsan.h"
 #include "c-family/c-common.h"