1
0
Fork 0

gcc-plugins: Add include required by GCC release 8

commit 80d1724316 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>
pull/10/head
Valdis Kletnieks 2018-02-04 12:01:43 -05:00 committed by Greg Kroah-Hartman
parent 73b2e7073b
commit 616d41d1b4
1 changed files with 4 additions and 0 deletions

View File

@ -97,6 +97,10 @@
#include "predict.h"
#include "ipa-utils.h"
#if BUILDING_GCC_VERSION >= 8000
#include "stringpool.h"
#endif
#if BUILDING_GCC_VERSION >= 4009
#include "attribs.h"
#include "varasm.h"