Modified the included files in order to make print-aodv compile under Windows as well.

This commit is contained in:
risso 2003-08-07 11:31:42 +00:00
parent f2cb425df0
commit 0f29a7b583

View File

@ -32,18 +32,14 @@
#ifndef lint
static const char rcsid[] =
"@(#) $Header: /tcpdump/master/tcpdump/print-aodv.c,v 1.1 2003-08-06 06:49:40 guy Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/tcpdump/print-aodv.c,v 1.2 2003-08-07 11:31:42 risso Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/param.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <tcpdump-stdinc.h>
#include <stddef.h>
#include <stdio.h>