From 799746848439c5e778930f01456c26155e34f69a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 18 Apr 2016 13:19:12 +0200 Subject: [PATCH] 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(+) diff --git a/libmount/python/pylibmount.h b/libmount/python/pylibmount.h index 7a37014f1c..bf3278defd 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 -- 2.47.3