summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/samples/mount.c
diff options
context:
space:
mode:
authorKarel Zak2011-01-19 23:51:12 +0100
committerKarel Zak2011-01-22 00:27:26 +0100
commit2a1f429ad01dc00cd73f1f9ca39e6920687ea414 (patch)
treed5d3989e449fe092f4aa6bef05323818540c19f2 /shlibs/mount/samples/mount.c
parentlibmount: split mnt_context_do_mount() (diff)
downloadkernel-qcow2-util-linux-2a1f429ad01dc00cd73f1f9ca39e6920687ea414.tar.gz
kernel-qcow2-util-linux-2a1f429ad01dc00cd73f1f9ca39e6920687ea414.tar.xz
kernel-qcow2-util-linux-2a1f429ad01dc00cd73f1f9ca39e6920687ea414.zip
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 'shlibs/mount/samples/mount.c')
-rw-r--r--shlibs/mount/samples/mount.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shlibs/mount/samples/mount.c b/shlibs/mount/samples/mount.c
index eca02d62e..aa7130013 100644
--- a/shlibs/mount/samples/mount.c
+++ b/shlibs/mount/samples/mount.c
@@ -28,7 +28,8 @@
#include <unistd.h>
#include <sys/types.h>
-#include "mount.h"
+#include <libmount.h>
+
#include "nls.h"
#include "c.h"