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 --- disk-utils/partx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'disk-utils/partx.c') diff --git a/disk-utils/partx.c b/disk-utils/partx.c index 50bd6a4f8..955166b4b 100644 --- a/disk-utils/partx.c +++ b/disk-utils/partx.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3-55-g7522