From 799746848439c5e778930f01456c26155e34f69a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 18 Apr 2016 13:19:12 +0200 Subject: pylibmount: include c.h ... for sys/sysmacros.h and major() and minor() macros. Reported-by: Mike Frysinger Signed-off-by: Karel Zak --- libmount/python/pylibmount.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libmount/python') diff --git a/libmount/python/pylibmount.h b/libmount/python/pylibmount.h index 7a37014f1..bf3278def 100644 --- a/libmount/python/pylibmount.h +++ b/libmount/python/pylibmount.h @@ -4,6 +4,7 @@ #include #include +#include "c.h" #include "libmount.h" #define CONFIG_PYLIBMOUNT_DEBUG -- cgit v1.2.3-55-g7522