From 4a1368fc8c31e78025ccb7b2fa42c3426d3f428d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 14 Mar 2016 17:44:49 -0400 Subject: include sys/sysmacros.h in more places Since glibc is moving away from implicitly including sys/sysmacros.h all the time via sys/types.h, include the header directly in more places. This seems to cover most makedev/major/minor usage. --- src/basic/macro.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/basic/macro.h') diff --git a/src/basic/macro.h b/src/basic/macro.h index c34441d75..b36a95675 100644 --- a/src/basic/macro.h +++ b/src/basic/macro.h @@ -23,6 +23,7 @@ #include #include #include +#include #include #define _printf_(a,b) __attribute__ ((format (printf, a, b))) -- cgit v1.2.3