From: Roger Dingledine Date: Wed, 20 Oct 2004 23:23:53 +0000 (+0000) Subject: add winsock if you've got it, regardless of whether you're msv X-Git-Tag: debian-version-0.0.8+0.0.9pre5-1~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4c6ee7d6101642d841d0c79d20b8d3de3fd5d70;p=thirdparty%2Ftor.git add winsock if you've got it, regardless of whether you're msv svn:r2573 --- diff --git a/src/common/util.h b/src/common/util.h index dd55a81c04..5ef3a413d0 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -24,6 +24,9 @@ #error "It seems your platform does not represent NULL as zero. We can't cope." #endif +#ifdef HAVE_WINSOCK_H +#include +#endif #if _MSC_VER > 1300 #include #include