--- smdev.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/smdev.c b/smdev.c index b774908..c5b0dde 100644 --- a/smdev.c +++ b/smdev.c _AT_@ -2,6 +2,9 @@ #include <sys/ioctl.h> #include <sys/stat.h> #include <sys/types.h> +#ifndef major +#include <sys/sysmacros.h> +#endif #include <linux/sockios.h> #include <linux/if_packet.h> -- 2.24.1Received on Tue Jan 07 2020 - 17:52:16 CET
This archive was generated by hypermail 2.3.0 : Tue Jan 07 2020 - 18:24:24 CET