1 --- inet_net.3.orig 2008-09-01 23:06:53.000000000 -0700
2 +++ inet_net.3 2008-09-01 23:14:39.000000000 -0700
12 .Fn inet_net_ntop "int af" "const void *src" "int bits" "char *dst" "size_t size"
14 .\" .Sh NETWORK NUMBERS (IP VERSION 6)
15 .\" XXX - document this!
18 +.Fd #include <sys/types.h>
19 +.Fd #include <sys/socket.h>
20 +.Fd #include <netinet/in.h>
21 +.Fd #include <arpa/inet.h>
23 +These include files were necessary for all functions.