]> The Tcpdump Group git mirrors - tcpdump/blobdiff - machdep.c
Added support for Win32, based on WinPcap.
[tcpdump] / machdep.c
index 1bc141de8c44c88c21f9853e74ff2dc23242e2c1..69efaa048398497f3257a197c4c52718ce9d7c40 100644 (file)
--- a/machdep.c
+++ b/machdep.c
 
 #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>