To satisfy kernel grovellers and bad (but document) sysctl
authorderaadt <deraadt@openbsd.org>
Wed, 21 Jan 2015 22:23:52 +0000 (22:23 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 21 Jan 2015 22:23:52 +0000 (22:23 +0000)
practice, be pragmatic and #include <sys/timeout.h> for
struct tcpb (glorious namespace violation)
ok kettenis millert sthen

sys/netinet/tcp_var.h

index 6c5d227..c55c5df 100644 (file)
@@ -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 <sys/timeout.h>
+
 /*
  * Kernel variables for tcp.
  */