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