Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Include opt_inet.h for INET6
details:   https://anonhg.NetBSD.org/src/rev/d80c7a1abf81
branches:  trunk
changeset: 982218:d80c7a1abf81
user:      yamaguchi <yamaguchi%NetBSD.org@localhost>
date:      Mon Apr 05 06:53:45 2021 +0000
description:
Include opt_inet.h for INET6
diffstat:
 sys/net/toeplitz.h |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r 30c8336fe59d -r d80c7a1abf81 sys/net/toeplitz.h
--- a/sys/net/toeplitz.h        Mon Apr 05 06:38:01 2021 +0000
+++ b/sys/net/toeplitz.h        Mon Apr 05 06:53:45 2021 +0000
@@ -19,6 +19,10 @@
 #ifndef _SYS_NET_TOEPLITZ_H_
 #define _SYS_NET_TOEPLITZ_H_
 
+#ifdef _KERNEL_OPT
+#include "opt_inet.h"
+#endif
+
 #include <sys/endian.h>
 
 /*
Home |
Main Index |
Thread Index |
Old Index