Revision: 14586 Author: adrian.chadd Date: Sun Apr 11 04:16:13 2010 Log: Issue #94 - include winsock headers for win32 native stuff
http://code.google.com/p/lusca-cache/source/detail?r=14586 Modified: /branches/LUSCA_HEAD/libcore/radix.h ======================================= --- /branches/LUSCA_HEAD/libcore/radix.h Sat Apr 10 16:20:36 2010 +++ /branches/LUSCA_HEAD/libcore/radix.h Sun Apr 11 04:16:13 2010 @@ -60,7 +60,7 @@ #ifndef __LIBCORE_RADIX_H__ #define __LIBCORE_RADIX_H__ -#if defined(_MSC_VER) +#if defined(_MSC_VER) || defined(_SQUID_MSWIN_) #include <winsock2.h> #include <ws2tcpip.h> #else -- 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.
