Revision: 14587 Author: adrian.chadd Date: Sun Apr 11 04:17:25 2010 Log: Issue #94 - move the header include order up a bit
http://code.google.com/p/lusca-cache/source/detail?r=14587 Modified: /branches/LUSCA_HEAD/include/config.h ======================================= --- /branches/LUSCA_HEAD/include/config.h Sat Mar 20 03:05:52 2010 +++ /branches/LUSCA_HEAD/include/config.h Sun Apr 11 04:17:25 2010 @@ -124,6 +124,8 @@ #define _SQUID_MSWIN_ #define _SQUID_WIN32_ #include "squid_mswin.h" +#include <winsock.h> +#include <ws2tcpip.h> #elif defined(__APPLE__) #define _SQUID_APPLE_ -- 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.
