Skip to content

Commit 616d41d

Browse files
valdiskgregkh
authored andcommitted
gcc-plugins: Add include required by GCC release 8
commit 80d1724 upstream. GCC requires another #include to get the gcc-plugins to build cleanly. Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu> Signed-off-by: Kees Cook <keescook@chromium.org> Cc: Lance Albertson <lance@osuosl.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 73b2e70 commit 616d41d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/gcc-plugins/gcc-common.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@
9797
#include "predict.h"
9898
#include "ipa-utils.h"
9999

100+
#if BUILDING_GCC_VERSION >= 8000
101+
#include "stringpool.h"
102+
#endif
103+
100104
#if BUILDING_GCC_VERSION >= 4009
101105
#include "attribs.h"
102106
#include "varasm.h"

0 commit comments

Comments
 (0)