From: deraadt Date: Wed, 21 Jan 2015 22:23:52 +0000 (+0000) Subject: To satisfy kernel grovellers and bad (but document) sysctl X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=714230e5542e86db18aff950340c4e49e10d8c71;p=openbsd To satisfy kernel grovellers and bad (but document) sysctl practice, be pragmatic and #include for struct tcpb (glorious namespace violation) ok kettenis millert sthen --- diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index 6c5d227d240..c55c5df6881 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_var.h,v 1.105 2014/01/23 23:51:29 henning Exp $ */ +/* $OpenBSD: tcp_var.h,v 1.106 2015/01/21 22:23:52 deraadt Exp $ */ /* $NetBSD: tcp_var.h,v 1.17 1996/02/13 23:44:24 christos Exp $ */ /* @@ -35,6 +35,8 @@ #ifndef _NETINET_TCP_VAR_H_ #define _NETINET_TCP_VAR_H_ +#include + /* * Kernel variables for tcp. */