From: David Edelsohn Date: Thu, 7 Sep 2017 14:28:20 +0000 (+0000) Subject: * sancov.c: Include tm_p.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3060b639beb490d1aa3e6b258bf18d463031a30d;p=gcc.git * sancov.c: Include tm_p.h. From-SVN: r251844 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4b6d9c2b233..90e15e58e29 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-09-07 David Edelsohn + + * sancov.c: Include tm_p.h. + 2017-09-07 Jakub Jelinek PR target/81979 diff --git a/gcc/sancov.c b/gcc/sancov.c index 2f8d5681e4f..1c8906d731c 100644 --- a/gcc/sancov.c +++ b/gcc/sancov.c @@ -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"