summaryrefslogtreecommitdiff
path: root/usr.sbin/ipftest/ipft_td.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-08 07:33:39 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-08 07:33:39 +0000
commitbb69c602cc2f10c794154716803997b4be82629b (patch)
tree2cde5c3c1bc187a00aeb76666582721b702642d7 /usr.sbin/ipftest/ipft_td.c
parent041e9d82c7484cc50036fc56939903735506cdf5 (diff)
Prototype & Stylistic fixes for high -W gcc levels
Diffstat (limited to 'usr.sbin/ipftest/ipft_td.c')
-rw-r--r--usr.sbin/ipftest/ipft_td.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ipftest/ipft_td.c b/usr.sbin/ipftest/ipft_td.c
index 6ce649dea8a..be6a84b1130 100644
--- a/usr.sbin/ipftest/ipft_td.c
+++ b/usr.sbin/ipftest/ipft_td.c
@@ -50,13 +50,14 @@ tcpdump -nqte
#include <netinet/tcpip.h>
#include <net/if.h>
#include <netdb.h>
+#include "ip_fil_compat.h"
#include "ip_fil.h"
#include "ipf.h"
#include "ipt.h"
#ifndef lint
static char sccsid[] = "@(#)ipft_td.c 1.8 2/4/96 (C)1995 Darren Reed";
-static char rcsid[] = "$Id: ipft_td.c,v 1.4 1996/07/18 04:59:24 dm Exp $";
+static char rcsid[] = "$Id: ipft_td.c,v 1.5 1996/10/08 07:33:36 niklas Exp $";
#endif
static int tcpd_open(), tcpd_close(), tcpd_readip();