[hackers] [smdev] Add missing include to fix musl build || sin

From: <git_AT_suckless.org>
Date: Sun, 28 Sep 2014 13:20:34 +0200

commit 60fe76e50c7df18ffead3abc6fcc8f1945452788
Author: sin <sin_AT_2f30.org>
Date: Sun Sep 28 12:19:43 2014 +0100

    Add missing include to fix musl build

diff --git a/smdev.c b/smdev.c
index a13950c..977cde3 100644
--- a/smdev.c
+++ b/smdev.c
_AT_@ -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>
Received on Sun Sep 28 2014 - 13:20:34 CEST

This archive was generated by hypermail 2.3.0 : Sun Sep 28 2014 - 13:24:08 CEST