diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2016-07-25 16:44:05 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2016-07-25 16:44:05 +0000 |
commit | a1a0973df453d4f07aeec573e69d5ec6676ca2fa (patch) | |
tree | 0f90452ceaa8972a8c8f29dbf7f04860fead16d0 /sys | |
parent | c5a953ae43f81148e8092dd95ce93f408d2909f2 (diff) |
fix revision 1.290 of sys/netinet/ip_carp.c.
diff from jsg@
ok deraadt@, benno@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/ip_carp.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <net/bpf.h> #endif +#include "vlan.h" #if NVLAN > 0 #include <net/if_vlan_var.h> #endif |