From b483debb64a22105f6af10c35e52e46221e96243 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 28 Nov 2011 10:19:32 +0100 Subject: [PATCH] libmount: fix compiler warning [-Wimplicit-function-declaration] Signed-off-by: Karel Zak --- libmount/src/utils.c | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.47.2