mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
gcc-plugins: Add include required by GCC release 8
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>
This commit is contained in:
parent
d8a5b80568
commit
80d1724316
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue