]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: fix compiler warning [-Wimplicit-function-declaration]
authorKarel Zak <kzak@redhat.com>
Mon, 28 Nov 2011 09:19:32 +0000 (10:19 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 28 Nov 2011 09:19:32 +0000 (10:19 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/utils.c

index 7cd50ec3a8ec03b2f53fb64a8b23cc9610d49cdd..6cc3adf63b67352d2d0ee0daee78b33d367a7ca8 100644 (file)
@@ -21,6 +21,7 @@
 #include "mangle.h"
 #include "canonicalize.h"
 #include "env.h"
+#include "match.h"
 
 int endswith(const char *s, const char *sx)
 {