Revision: 14940 Author: adrian.chadd Date: Fri Jul 22 23:22:41 2011 Log: Fix this for compiling under freebsd-7
http://code.google.com/p/lusca-cache/source/detail?r=14940 Modified: /playpen/LUSCA_HEAD_ipv6/libpinger/icmp_v4.c ======================================= --- /playpen/LUSCA_HEAD_ipv6/libpinger/icmp_v4.c Thu Jul 14 07:32:19 2011 +++ /playpen/LUSCA_HEAD_ipv6/libpinger/icmp_v4.c Fri Jul 22 23:22:41 2011 @@ -40,6 +40,8 @@ #include <string.h> #include <arpa/inet.h> #include <netdb.h> +#include <sys/types.h> +#include <sys/socket.h> #if !defined(_SQUID_WIN32_) -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
