mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
11 lines
253 B
Diff
11 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
|