commit 60fe76e50c7df18ffead3abc6fcc8f1945452788 parent 0238a2fab7e0babe4e868c30c9605672fedf21bc Author: sin <sin@2f30.org> Date: Sun, 28 Sep 2014 12:19:43 +0100 Add missing include to fix musl build Diffstat:
M | smdev.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/smdev.c b/smdev.c @@ -3,6 +3,7 @@ #include <sys/stat.h> #include <sys/types.h> +#include <linux/sockios.h> #include <linux/if_packet.h> #include <net/if.h> #include <netinet/in.h>