From bc82e18843e73927c66535bb0f3fcec84bd9f517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Wed, 31 Jul 2002 22:41:34 +0000 Subject: Add conditional include of winsock2.h again, so compilation with MSVC++ will work again without complaints. svn path=/trunk/; revision=5925 --- wiretap/wtap.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'wiretap') diff --git a/wiretap/wtap.h b/wiretap/wtap.h index 6e1101e10b..d403a302e5 100644 --- a/wiretap/wtap.h +++ b/wiretap/wtap.h @@ -1,6 +1,6 @@ /* wtap.h * - * $Id: wtap.h,v 1.119 2002/07/31 19:27:57 guy Exp $ + * $Id: wtap.h,v 1.120 2002/07/31 22:41:34 jmayer Exp $ * * Wiretap Library * Copyright (c) 1998 by Gilbert Ramirez @@ -27,6 +27,10 @@ #include #endif +#ifdef HAVE_WINSOCK2_H +# include +#endif + #include #include -- cgit v1.2.3