summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_mroute.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/netinet/ip_mroute.h b/sys/netinet/ip_mroute.h
index 44bd2b218d6..fc21000a3db 100644
--- a/sys/netinet/ip_mroute.h
+++ b/sys/netinet/ip_mroute.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_mroute.h,v 1.30 2008/08/06 15:01:23 plunky Exp $ */
+/* $NetBSD: ip_mroute.h,v 1.31 2008/08/07 06:20:14 cegger Exp $ */
#ifndef _NETINET_IP_MROUTE_H_
#define _NETINET_IP_MROUTE_H_
@@ -21,6 +21,10 @@
#include <sys/queue.h>
#include <sys/callout.h>
+#ifdef _KERNEL
+struct sockopt; /* from <sys/socketvar.h> */
+#endif
+
/*
* Multicast Routing set/getsockopt commands.
*/