summaryrefslogtreecommitdiff
path: root/misc-utils
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2011-01-19 23:51:12 +0100
committerKarel Zak <kzak@redhat.com>2011-01-22 00:27:26 +0100
commit2a1f429ad01dc00cd73f1f9ca39e6920687ea414 (patch)
treed5d3989e449fe092f4aa6bef05323818540c19f2 /misc-utils
parentdbde192307f899cfa1a6ea014eebbc58c0174a42 (diff)
downloadutil-linux-old-2a1f429ad01dc00cd73f1f9ca39e6920687ea414.tar.gz
libmount: rename mount.h to libmount.h
The mount.h file name is too generic. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/findmnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/findmnt.c b/misc-utils/findmnt.c
index af5d6e04..edf14ebe 100644
--- a/misc-utils/findmnt.c
+++ b/misc-utils/findmnt.c
@@ -32,7 +32,7 @@
#include <assert.h>
#define USE_UNSTABLE_LIBMOUNT_API
-#include <mount.h>
+#include <libmount.h>
#include "pathnames.h"
#include "nls.h"