mirror of
https://github.com/Ponce/slackbuilds
synced 2024-10-30 18:44:18 +01:00
12 lines
253 B
Diff
12 lines
253 B
Diff
|
--- iw_if.h.orig 2008-06-11 22:04:16.000000000 -0400
|
||
|
+++ iw_if.h 2008-06-11 22:04:38.000000000 -0400
|
||
|
@@ -19,6 +19,8 @@
|
||
|
*/
|
||
|
|
||
|
#include <netdb.h>
|
||
|
+#include <linux/types.h>
|
||
|
+#include <linux/if.h>
|
||
|
#include <linux/wireless.h>
|
||
|
|
||
|
#define IW_STACKSIZE 1024
|