minipli / linux-unofficial_grsec

Unofficial forward ports of the last publicly available grsecurity patch
Other
150 stars 30 forks source link

gcc-plugins: Add include required by GCC release 8 #29

Closed theLOICofFRANCE closed 6 years ago

theLOICofFRANCE commented 6 years ago
commit 80d172431696482d9acd8d2c4ea78fed8956e2a1 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>

---
 scripts/gcc-plugins/gcc-common.h | 4 ++++
 1 file changed, 4 insertions(+)
minipli commented 6 years ago

Thanks, but I solved the issue differently in the gcc8_compat_fixes branch. The corresponding commit would be 266f45df9264315ff5c205420dc95be225b09068.

Still need to finish that branch and merge it, though. :/