summaryrefslogtreecommitdiff
path: root/print-zephyr.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 /print-zephyr.c
parente5ec03a25c981b8df7f81fe6f91deb4879524065 (diff)
downloadtcpdump-3d932490b826facb568937a1290910a1265267f5.tar.gz
Added support for Win32, based on WinPcap.
Diffstat (limited to 'print-zephyr.c')
-rw-r--r--print-zephyr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/print-zephyr.c b/print-zephyr.c
index 55d1f4a5..c94eeff0 100644
--- a/print-zephyr.c
+++ b/print-zephyr.c
@@ -20,18 +20,18 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-zephyr.c,v 1.4 2002-04-27 23:39:25 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-zephyr.c,v 1.5 2002-08-01 08:53:35 risso Exp $";
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+#include <tcpdump-stdinc.h>
+
#include <stdio.h>
-#include <ctype.h>
#include <string.h>
#include <stdlib.h>
-#include <sys/types.h>
#include "interface.h"