From 46a40c018438b7b2b25083a5e5a4a21055a0c1e9 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 7 Mar 2016 17:26:33 -0500 Subject: include sysmacros.h where used BSD/Linux systems stick major/minor/makedev in sysmacros.h. Newer Linux libraries have been moving away from including sysmacros.h implicitly via sys/types.h, so include it directly. Signed-off-by: Mike Frysinger --- libmount/python/fs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libmount/python') diff --git a/libmount/python/fs.c b/libmount/python/fs.c index 0789d3797..651a7c511 100644 --- a/libmount/python/fs.c +++ b/libmount/python/fs.c @@ -27,6 +27,7 @@ #include "pylibmount.h" #include +#include #define Fs_HELP "Fs(source=None, root=None, target=None, fstype=None, options=None, attributes=None, freq=0, passno=0)" -- cgit v1.2.3-55-g7522