* sancov.c: Include tm_p.h.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 7 Sep 2017 14:28:20 +0000 (14:28 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 7 Sep 2017 14:28:20 +0000 (10:28 -0400)
From-SVN: r251844

gcc/ChangeLog
gcc/sancov.c

index 4b6d9c2..90e15e5 100644 (file)
@@ -1,3 +1,7 @@
+2017-09-07  David Edelsohn  <dje.gcc@gmail.com>
+
+       * sancov.c: Include tm_p.h.
+
 2017-09-07  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/81979
index 2f8d568..1c8906d 100644 (file)
@@ -28,6 +28,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "basic-block.h"
 #include "options.h"
 #include "flags.h"
+#include "tm_p.h"
 #include "stmt.h"
 #include "gimple-iterator.h"
 #include "gimple-builder.h"