blob: e691bd2aaf697ae149539bcc8577fb62b435db21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.3 2006/05/09 21:18:50 joerg Exp $
--- mrt/include/ip_mroute.h.orig 2006-05-09 18:33:35.000000000 +0000
+++ mrt/include/ip_mroute.h
@@ -56,6 +56,10 @@
# include <netinet/ip_mroute.h>
#endif
+#if defined(HOST_OS_DRAGONFLY)
+#include <net/ip_mroute/ip_mroute.h>
+#endif
+
/*
* NetBSD (all versions)
* OpenBSD (all versions)
|