1 2 3 4 5 6 7 8 9 10 11
--- netlist.h.orig Thu Nov 4 12:10:08 2004 +++ netlist.h Thu Nov 4 12:10:12 2004 @@ -27,6 +27,8 @@ #ifndef _NETLIST_H #define _NETLIST_H +#include <sys/types.h> +#include <sys/socket.h> #include <netinet/in.h> /* in_addr_t */