summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-14 12:50:23 +0000
committerru <ru@FreeBSD.org>2005-11-14 12:50:23 +0000
commit815788042c81d230886ed002c3dbf4c8867d58aa (patch)
tree670d019073911faeb3c2f1bbcd806de2d3e95cb4 /sys
parent2cc617682f21f1705b2963675573df22ccf099c2 (diff)
downloadFreeBSD-src-815788042c81d230886ed002c3dbf4c8867d58aa.zip
FreeBSD-src-815788042c81d230886ed002c3dbf4c8867d58aa.tar.gz
Unbreak for !INET6 case.
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_carp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c
index 4f7fb5e..23fd4fc 100644
--- a/sys/netinet/ip_carp.c
+++ b/sys/netinet/ip_carp.c
@@ -59,6 +59,7 @@
#include <net/iso88025.h>
#include <net/if.h>
#include <net/if_clone.h>
+#include <net/if_dl.h>
#include <net/if_types.h>
#include <net/route.h>
@@ -78,7 +79,6 @@
#include <netinet6/ip6_var.h>
#include <netinet6/scope6_var.h>
#include <netinet6/nd6.h>
-#include <net/if_dl.h>
#endif
#include <crypto/sha1.h>
OpenPOWER on IntegriCloud