Revision: 14748 Author: adrian.chadd Date: Thu Aug 5 23:40:51 2010 Log: A random stab in the dark to fix Issue #112
http://code.google.com/p/lusca-cache/source/detail?r=14748 Modified: /branches/LUSCA_HEAD/libiapp/comm_kqueue.c ======================================= --- /branches/LUSCA_HEAD/libiapp/comm_kqueue.c Sat Jan 17 12:55:02 2009 +++ /branches/LUSCA_HEAD/libiapp/comm_kqueue.c Thu Aug 5 23:40:51 2010 @@ -43,6 +43,7 @@ #include <err.h> #include <sys/errno.h> #include <sys/socket.h> +#include <sys/types.h> #include <netinet/in.h> #include <arpa/inet.h> -- 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.
