summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1998-06-12 02:48:47 +0000
committerjulian <julian@FreeBSD.org>1998-06-12 02:48:47 +0000
commiteaeb937aa0099bbc5920c2a03369e096418c7518 (patch)
treec0b51dfa28a24a8fee4cf101512baecc91079793 /sys/netinet
parent11fe7c75d9f93fa81ecb02a256b2afb4b5c65d7b (diff)
downloadFreeBSD-src-eaeb937aa0099bbc5920c2a03369e096418c7518.zip
FreeBSD-src-eaeb937aa0099bbc5920c2a03369e096418c7518.tar.gz
include opt_ipdivert.h so we get correct options
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_divert.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c
index 64aa114..9f53c47 100644
--- a/sys/netinet/ip_divert.c
+++ b/sys/netinet/ip_divert.c
@@ -30,11 +30,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ip_divert.c,v 1.29 1998/06/06 20:45:25 julian Exp $
+ * $Id: ip_divert.c,v 1.30 1998/06/12 01:54:29 julian Exp $
*/
#include "opt_inet.h"
#include "opt_ipfw.h"
+#include "opt_ipdivert.h"
#ifndef INET
#error "IPDIVERT requires INET."
OpenPOWER on IntegriCloud