diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 1999-11-22 02:45:11 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 1999-11-22 02:45:11 +0000 |
| commit | 82cd038d51e2fa970be77f4d59c56d3452fedec0 (patch) | |
| tree | a147aa319428e26625f19209916c257b71cfd2e1 /sys/netinet/tcp_subr.c | |
| parent | a7a9b4714df041a8a07e3fddbc0e21f8b816f13d (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_subr.c')
| -rw-r--r-- | sys/netinet/tcp_subr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 68c69b0e1b04..b472de52accb 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -35,6 +35,7 @@ */ #include "opt_compat.h" +#include "opt_inet.h" #include "opt_tcpdebug.h" #include <sys/param.h> |
