include-sysmacros_h.diff (293B)
1 diff --git a/smdev.c b/smdev.c 2 index b774908..0418b7d 100644 3 --- a/smdev.c 4 +++ b/smdev.c 5 @@ -1,6 +1,7 @@ 6 /* See LICENSE file for copyright and license details. */ 7 #include <sys/ioctl.h> 8 #include <sys/stat.h> 9 +#include <sys/sysmacros.h> 10 #include <sys/types.h> 11 12 #include <linux/sockios.h>