Module Name: src
Committed By: darrenr
Date: Mon Jan 30 20:10:27 UTC 2012
Modified Files:
src/dist/ipf/ipsend: sbpf.c
Log Message:
Correct merge error from import.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/dist/ipf/ipsend/sbpf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/dist/ipf/ipsend/sbpf.c
diff -u src/dist/ipf/ipsend/sbpf.c:1.9 src/dist/ipf/ipsend/sbpf.c:1.10
--- src/dist/ipf/ipsend/sbpf.c:1.9 Mon Jan 30 16:12:03 2012
+++ src/dist/ipf/ipsend/sbpf.c Mon Jan 30 20:10:27 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: sbpf.c,v 1.9 2012/01/30 16:12:03 darrenr Exp $ */
+/* $NetBSD: sbpf.c,v 1.10 2012/01/30 20:10:27 darrenr Exp $ */
/*
* (C)opyright 1995-1998 Darren Reed. (from tcplog)
@@ -28,6 +28,7 @@
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
+#include <netinet/ip_var.h>
#include <netinet/udp.h>
#include <netinet/tcp.h>