* tests/sysroot.at: Link $prefix/include into the sysroot as well, as
required by newer GCC.
---
tests/sysroot.at | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/sysroot.at b/tests/sysroot.at
index 850e0cd..869c9c4 100644
--- a/tests/sysroot.at
+++ b/tests/sysroot.at
@@ -54,7 +54,7 @@ local_dirname() {
}
AT_CHECK([
-(cd "$gcc_sysroot" && find ".$prefix/bin" ".$prefix/lib" \! -type d) | \
+(cd "$gcc_sysroot" && find ".$prefix/bin" ".$prefix/include" ".$prefix/lib" \!
-type d) | \
while read file; do
dir=`local_dirname "$sysroot/$file"`
test -d "$dir" || mkdir -p "$dir"
--
1.7.1