From: Karel Zak Date: Mon, 28 Nov 2011 09:19:32 +0000 (+0100) Subject: libmount: fix compiler warning [-Wimplicit-function-declaration] X-Git-Tag: v2.21-rc1~158 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b483debb64a22105f6af10c35e52e46221e96243;p=thirdparty%2Futil-linux.git libmount: fix compiler warning [-Wimplicit-function-declaration] Signed-off-by: Karel Zak --- diff --git a/libmount/src/utils.c b/libmount/src/utils.c index 7cd50ec3a8..6cc3adf63b 100644 --- a/libmount/src/utils.c +++ b/libmount/src/utils.c @@ -21,6 +21,7 @@ #include "mangle.h" #include "canonicalize.h" #include "env.h" +#include "match.h" int endswith(const char *s, const char *sx) {