summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mount.h.in
diff options
context:
space:
mode:
authorKarel Zak2010-12-19 21:20:44 +0100
committerKarel Zak2011-01-03 12:28:47 +0100
commitb98302b4a52c982ad5fae3ad01f5eb847cc614c6 (patch)
tree2cf1493b58bda8d738b6198ac1050aee93afc815 /shlibs/mount/src/mount.h.in
parentlibmount: clean mnt_update_* target usage (diff)
downloadkernel-qcow2-util-linux-b98302b4a52c982ad5fae3ad01f5eb847cc614c6.tar.gz
kernel-qcow2-util-linux-b98302b4a52c982ad5fae3ad01f5eb847cc614c6.tar.xz
kernel-qcow2-util-linux-b98302b4a52c982ad5fae3ad01f5eb847cc614c6.zip
libmount: fix mount.h includes
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/mount.h.in')
-rw-r--r--shlibs/mount/src/mount.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/shlibs/mount/src/mount.h.in b/shlibs/mount/src/mount.h.in
index 0a671fb2f..e0212fa51 100644
--- a/shlibs/mount/src/mount.h.in
+++ b/shlibs/mount/src/mount.h.in
@@ -31,6 +31,7 @@ extern "C" {
#include <stdio.h>
#include <mntent.h>
+#include <sys/types.h>
#define LIBMOUNT_VERSION "@LIBMOUNT_VERSION@"