X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=14b957f8c2c2469a7cad73bc82b4cd46b98e07cc;hp=43792dde54f315fd706fb411fecebe1fd905c3fb;hb=2bdc55af99f7de923deec9168c433f3486296ac2;hpb=23009db46e81e5918bda788b31ab5e263d901182 diff --git a/project.h b/project.h index 43792dde..14b957f8 100644 --- a/project.h +++ b/project.h @@ -59,6 +59,10 @@ typedef pthread_mutex_t privoxy_mutex_t; #else # ifdef _WIN32 +# include + /* without winsock2.h I get lots of compiler warnings about + * #warning Please include winsock2.h before windows.h + */ # include # endif typedef CRITICAL_SECTION privoxy_mutex_t;