From 709f25e248fedf7fe285ba3b3fdb6d261b2211ef Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 17 May 2017 01:00:16 +0100 Subject: [PATCH] Compatibilty with glibc-2.23 In glibc-2.23 isn't automatically included in [1], so we need ot explicitely include it. https://sourceware.org/ml/libc-alpha/2015-11/msg00253.html Reviewed-by: Brian Behlendorf Signed-off-by: Justin Lecher Closes #6132 --- lib/libspl/getmntany.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libspl/getmntany.c b/lib/libspl/getmntany.c index d78357af54..ea18a89ff8 100644 --- a/lib/libspl/getmntany.c +++ b/lib/libspl/getmntany.c @@ -34,6 +34,7 @@ #include #include +#include #include #include