summaryrefslogtreecommitdiff
path: root/gcc/config/s390/s390intrin.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/s390/s390intrin.h')
-rw-r--r--gcc/config/s390/s390intrin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/s390/s390intrin.h b/gcc/config/s390/s390intrin.h
index 0f78136fb5..c25f69ef71 100644
--- a/gcc/config/s390/s390intrin.h
+++ b/gcc/config/s390/s390intrin.h
@@ -29,5 +29,8 @@ along with GCC; see the file COPYING3. If not see
#include <htmintrin.h>
#endif
+#ifdef __VEC__
+#include <vecintrin.h>
+#endif
#endif /* _S390INTRIN_H*/