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/a0b7f241aedf
branches:  trunk
changeset: 960987:a0b7f241aedf
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 35883674914f -r a0b7f241aedf 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