aboutsummaryrefslogtreecommitdiffstats
path: root/net/ap-utils/files/patch-ac
blob: 7807e88e9a1c980b1847f08733f085c1415f306c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- atmel/wlan.c.orig   Sun Oct  6 09:40:30 2002
+++ atmel/wlan.c    Sun Oct  6 09:40:47 2002
@@ -19,6 +19,9 @@
  */
 #include <ncurses.h>
 #include <string.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
 #include <arpa/inet.h>
 #include <stdlib.h>
 #include "ap-utils.h"