From 7cf2e5406b9bc98054404c4c0145c2db0c0ef1e8 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Thu, 16 Feb 2017 15:16:43 +0100 Subject: [PATCH] wmhdplop: include sys/sysmacros.h for major/minor funcs In some future release, glibc's will not include anymore. As of 2.25, it still does, but you get deprecation warnings if you use the macros without including Gentoo original bug: https://bugs.gentoo.org/show_bug.cgi?id=604296 --- wmhdplop/devnames.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wmhdplop/devnames.c b/wmhdplop/devnames.c index b1749aa..5a0b81c 100644 --- a/wmhdplop/devnames.c +++ b/wmhdplop/devnames.c @@ -4,6 +4,7 @@ #include #include #include +#include #include #include #include -- 2.11.4.GIT