summaryrefslogtreecommitdiffstats
path: root/libmount/src/utils.c
diff options
context:
space:
mode:
authorKarel Zak2011-11-28 10:19:32 +0100
committerKarel Zak2011-11-28 10:19:32 +0100
commitb483debb64a22105f6af10c35e52e46221e96243 (patch)
treed622fbb2e3cfc2e396c2c77e35622359b0d35129 /libmount/src/utils.c
parentdo: fix czech LABEL= translation (diff)
downloadkernel-qcow2-util-linux-b483debb64a22105f6af10c35e52e46221e96243.tar.gz
kernel-qcow2-util-linux-b483debb64a22105f6af10c35e52e46221e96243.tar.xz
kernel-qcow2-util-linux-b483debb64a22105f6af10c35e52e46221e96243.zip
libmount: fix compiler warning [-Wimplicit-function-declaration]
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/utils.c')
-rw-r--r--libmount/src/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmount/src/utils.c b/libmount/src/utils.c
index 7cd50ec3a..6cc3adf63 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)
{