summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_carp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/ip_carp.c')
-rw-r--r--sys/netinet/ip_carp.c3
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