diff options
author | risso <risso> | 2002-08-01 08:52:55 +0000 |
---|---|---|
committer | risso <risso> | 2002-08-01 08:52:55 +0000 |
commit | 3d932490b826facb568937a1290910a1265267f5 (patch) | |
tree | 65e999a8071b1f4bad5c7d437d3846b777f302db /print-sunatm.c | |
parent | e5ec03a25c981b8df7f81fe6f91deb4879524065 (diff) | |
download | tcpdump-3d932490b826facb568937a1290910a1265267f5.tar.gz |
Added support for Win32, based on WinPcap.
Diffstat (limited to 'print-sunatm.c')
-rw-r--r-- | print-sunatm.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/print-sunatm.c b/print-sunatm.c index 0f9f6f58..46fc3ce2 100644 --- a/print-sunatm.c +++ b/print-sunatm.c @@ -34,15 +34,11 @@ #include "config.h" #endif -#include <sys/param.h> -#include <sys/time.h> -#include <sys/socket.h> +#include <tcpdump-stdinc.h> struct mbuf; struct rtentry; -#include <netinet/in.h> - #include <stdio.h> #include <pcap.h> |