Module Name: src Committed By: yamaguchi Date: Mon Apr 5 06:53:45 UTC 2021
Modified Files: src/sys/net: toeplitz.h Log Message: Include opt_inet.h for INET6 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/net/toeplitz.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/net/toeplitz.h diff -u src/sys/net/toeplitz.h:1.1 src/sys/net/toeplitz.h:1.2 --- src/sys/net/toeplitz.h:1.1 Sat Jan 30 21:23:08 2021 +++ src/sys/net/toeplitz.h Mon Apr 5 06:53:45 2021 @@ -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> /*