diff options
author | Sam Leffler <sam@FreeBSD.org> | 2006-09-04 20:04:42 +0000 |
---|---|---|
committer | Sam Leffler <sam@FreeBSD.org> | 2006-09-04 20:04:42 +0000 |
commit | 2ebc47db5b33ca26b73b76374760c587c38ef385 (patch) | |
tree | 13652f8bd7a5a6bc4657d530dd6ddfbeef554e16 /contrib/tcpdump/tcpdump-stdinc.h | |
parent | 06885fed80f91e5d0e40588d37b546f8812dec2c (diff) |
Notes
Diffstat (limited to 'contrib/tcpdump/tcpdump-stdinc.h')
-rw-r--r-- | contrib/tcpdump/tcpdump-stdinc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcpdump/tcpdump-stdinc.h b/contrib/tcpdump/tcpdump-stdinc.h index dbabeefccee63..0319ff9ca83e8 100644 --- a/contrib/tcpdump/tcpdump-stdinc.h +++ b/contrib/tcpdump/tcpdump-stdinc.h @@ -29,7 +29,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * - * @(#) $Header: /tcpdump/master/tcpdump/tcpdump-stdinc.h,v 1.12.2.3 2005/05/04 19:20:20 risso Exp $ (LBL) + * @(#) $Header: /tcpdump/master/tcpdump/tcpdump-stdinc.h,v 1.12.2.4 2005/07/09 21:19:45 risso Exp $ (LBL) */ /* @@ -46,11 +46,11 @@ #include <stdio.h> #include <winsock2.h> +#include <Ws2tcpip.h> #include "bittypes.h" #include <ctype.h> #include <time.h> #include <io.h> -#include "IP6_misc.h" #include <fcntl.h> #include <sys/types.h> #include <net/netdb.h> /* in wpcap's Win32/include */ |