summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_var.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-01-21 22:23:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-01-21 22:23:53 +0000
commit55d7d453421dd1e24d6bf0f923631c5d66be46c3 (patch)
tree5d6bca2d7eb15da39b85f43b64465469655578e4 /sys/netinet/tcp_var.h
parent2daec4b756111984a514f2b9c279c7096888bc28 (diff)
To satisfy kernel grovellers and bad (but document) sysctl
practice, be pragmatic and #include <sys/timeout.h> for struct tcpb (glorious namespace violation) ok kettenis millert sthen
Diffstat (limited to 'sys/netinet/tcp_var.h')
-rw-r--r--sys/netinet/tcp_var.h4
1 files changed, 3 insertions, 1 deletions
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 <sys/timeout.h>
+
/*
* Kernel variables for tcp.
*/