* asan.c: Include tm_p.h
authorDavid Edelsohn <dje.gcc@gmail.com>
Tue, 13 Nov 2012 03:14:28 +0000 (03:14 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 13 Nov 2012 03:14:28 +0000 (22:14 -0500)
From-SVN: r193466

gcc/ChangeLog
gcc/asan.c

index 9cad8079d26bca67b1c9becb1322757d10676ce9..dff80110bc4dd6e565176242e7f8a0eff171c0c2 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-12  David Edelsohn  <dje.gcc@gmail.com>
+
+       * asan.c: Include tm_p.h
+
 2012-11-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        PR target/55195
index 6e7f20f7189ad4d9f2dc2909a234cfd7b94d2002..1bd4cfd5cadebdf2a23b78f70c343fec9b40974d 100644 (file)
@@ -32,6 +32,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "expr.h"
 #include "optabs.h"
 #include "output.h"
+#include "tm_p.h"
 
 /* AddressSanitizer finds out-of-bounds and use-after-free bugs
    with <2x slowdown on average.