Skip to content
Snippets Groups Projects
Commit 80d17243 authored by Valdis Kletnieks's avatar Valdis Kletnieks Committed by Kees Cook
Browse files

gcc-plugins: Add include required by GCC release 8


GCC requires another #include to get the gcc-plugins to build cleanly.

Signed-off-by: default avatarValdis Kletnieks <valdis.kletnieks@vt.edu>
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
parent d8a5b805
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,10 @@ ...@@ -97,6 +97,10 @@
#include "predict.h" #include "predict.h"
#include "ipa-utils.h" #include "ipa-utils.h"
#if BUILDING_GCC_VERSION >= 8000
#include "stringpool.h"
#endif
#if BUILDING_GCC_VERSION >= 4009 #if BUILDING_GCC_VERSION >= 4009
#include "attribs.h" #include "attribs.h"
#include "varasm.h" #include "varasm.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment