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"