Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet Add missing <netinet/in_offload.h> include.
details: https://anonhg.NetBSD.org/src/rev/2b3ef2a05fa8
branches: trunk
changeset: 320538:2b3ef2a05fa8
user: martin <martin%NetBSD.org@localhost>
date: Wed Jul 11 12:48:42 2018 +0000
description:
Add missing <netinet/in_offload.h> include.
diffstat:
sys/netinet/ip_mroute.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 2869a2977221 -r 2b3ef2a05fa8 sys/netinet/ip_mroute.c
--- a/sys/netinet/ip_mroute.c Wed Jul 11 11:13:16 2018 +0000
+++ b/sys/netinet/ip_mroute.c Wed Jul 11 12:48:42 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_mroute.c,v 1.161 2018/07/11 05:25:45 maxv Exp $ */
+/* $NetBSD: ip_mroute.c,v 1.162 2018/07/11 12:48:42 martin Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -93,7 +93,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_mroute.c,v 1.161 2018/07/11 05:25:45 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_mroute.c,v 1.162 2018/07/11 12:48:42 martin Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -124,6 +124,7 @@
#include <netinet/in.h>
#include <netinet/in_var.h>
#include <netinet/in_systm.h>
+#include <netinet/in_offload.h>
#include <netinet/ip.h>
#include <netinet/ip_var.h>
#include <netinet/in_pcb.h>
Home |
Main Index |
Thread Index |
Old Index