From: benno Date: Mon, 25 Jul 2016 16:44:04 +0000 (+0000) Subject: fix revision 1.290 of sys/netinet/ip_carp.c. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=bba6c82dcba589cc3543370309d74bc09df050e1;p=openbsd fix revision 1.290 of sys/netinet/ip_carp.c. diff from jsg@ ok deraadt@, benno@ --- diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c index 5767fd1a6f3..4ef07cb7666 100644 --- a/sys/netinet/ip_carp.c +++ b/sys/netinet/ip_carp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_carp.c,v 1.292 2016/07/19 16:08:46 mpi Exp $ */ +/* $OpenBSD: ip_carp.c,v 1.293 2016/07/25 16:44:04 benno Exp $ */ /* * Copyright (c) 2002 Michael Shalayeff. All rights reserved. @@ -80,6 +80,7 @@ #include #endif +#include "vlan.h" #if NVLAN > 0 #include #endif