Commit 866f73af914ba72815cb94d6c42ba4620fb22350

Guillem Jover 2012-01-03T05:39:22

Move overlay inclusions outside of header protection Glibc tends to include standard headers with special definitions that make few declarations or macros visible, this stomps over the overlay #include_next <> logic. Based-on-patch-by: Robert Millan <rmh@debian.org>