summaryrefslogtreecommitdiff
path: root/machdep.c
diff options
context:
space:
mode:
authorrisso <risso>2002-08-01 08:52:55 +0000
committerrisso <risso>2002-08-01 08:52:55 +0000
commit3d932490b826facb568937a1290910a1265267f5 (patch)
tree65e999a8071b1f4bad5c7d437d3846b777f302db /machdep.c
parente5ec03a25c981b8df7f81fe6f91deb4879524065 (diff)
downloadtcpdump-3d932490b826facb568937a1290910a1265267f5.tar.gz
Added support for Win32, based on WinPcap.
Diffstat (limited to 'machdep.c')
-rw-r--r--machdep.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/machdep.c b/machdep.c
index 1bc141de..69efaa04 100644
--- a/machdep.c
+++ b/machdep.c
@@ -21,14 +21,15 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/machdep.c,v 1.7 2001-06-27 05:42:04 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/machdep.c,v 1.8 2002-08-01 08:52:58 risso Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include <sys/types.h>
+#include <tcpdump-stdinc.h>
+
#ifdef __osf__
#include <sys/sysinfo.h>
#include <sys/proc.h>