aboutsummaryrefslogtreecommitdiff
path: root/gcc/sancov.c
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2017-09-08 08:35:23 +0000
committerRainer Orth <ro@gcc.gnu.org>2017-09-08 08:35:23 +0000
commited3d4d827dd6fd753aa16ff2b91b03b197181bf7 (patch)
tree6b27277959bd57fa9fa0849192de02a95a20d2b5 /gcc/sancov.c
parent2db98b5a5fb43c96bf869c69ac144b99f900eee1 (diff)
downloadgcc-ed3d4d827dd6fd753aa16ff2b91b03b197181bf7.zip
gcc-ed3d4d827dd6fd753aa16ff2b91b03b197181bf7.tar.gz
gcc-ed3d4d827dd6fd753aa16ff2b91b03b197181bf7.tar.bz2
Fix SPARC bootstrap: sancov.c needs memmodel.h
* sancov.c: Include memmodel.h. From-SVN: r251863
Diffstat (limited to 'gcc/sancov.c')
-rw-r--r--gcc/sancov.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/sancov.c b/gcc/sancov.c
index 1c8906d..a6b5f8c 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 "memmodel.h"
#include "tm_p.h"
#include "stmt.h"
#include "gimple-iterator.h"