Introduction
Introduction Statistics Contact Development Disclaimer Help
Add missing include to fix musl build - smdev - suckless mdev
git clone git://git.suckless.org/smdev
Log
Files
Refs
README
LICENSE
---
commit 60fe76e50c7df18ffead3abc6fcc8f1945452788
parent 0238a2fab7e0babe4e868c30c9605672fedf21bc
Author: sin <[email protected]>
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>
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.