]> err.no Git - util-linux/commitdiff
libmount: fix mount.h includes
authorKarel Zak <kzak@redhat.com>
Sun, 19 Dec 2010 20:20:44 +0000 (21:20 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Jan 2011 11:28:47 +0000 (12:28 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/mount/src/mount.h.in

index 0a671fb2f2953d896bc6166d5427cfc7b9f0c237..e0212fa51f9c293a124eea805ee61b326bd5d8b8 100644 (file)
@@ -31,6 +31,7 @@ extern "C" {
 
 #include <stdio.h>
 #include <mntent.h>
+#include <sys/types.h>
 
 #define LIBMOUNT_VERSION   "@LIBMOUNT_VERSION@"