* 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 4b6d9c2b233d0ec4fdb5653443f58536a80d25b9..90e15e58e299571fb080916ab18d00756f03dc14 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 2f8d5681e4f18028b738af5fbfaa6d49033359de..1c8906d731ca22d6717b36cb82444b9d65db97ea 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"