fix revision 1.290 of sys/netinet/ip_carp.c.
authorbenno <benno@openbsd.org>
Mon, 25 Jul 2016 16:44:04 +0000 (16:44 +0000)
committerbenno <benno@openbsd.org>
Mon, 25 Jul 2016 16:44:04 +0000 (16:44 +0000)
diff from jsg@
ok deraadt@, benno@

sys/netinet/ip_carp.c

index 5767fd1..4ef07cb 100644 (file)
@@ -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 <net/bpf.h>
 #endif
 
+#include "vlan.h"
 #if NVLAN > 0
 #include <net/if_vlan_var.h>
 #endif