summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.c
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2013-03-28 23:10:05 +0000
committertedu <tedu@openbsd.org>2013-03-28 23:10:05 +0000
commit638c25e3b539eff2e509df6c105c6da47cdad18d (patch)
treeecf8f3bcfca6548197f1a69bddf17971afe13b56 /sys/netinet/tcp_subr.c
parentAdd missing locking in i915_gem_retire_work_handler() and call (diff)
downloadwireguard-openbsd-638c25e3b539eff2e509df6c105c6da47cdad18d.tar.xz
wireguard-openbsd-638c25e3b539eff2e509df6c105c6da47cdad18d.zip
code that calls timeout functions should include timeout.h
slipped by on i386, but the zaurus doesn't automagically pick it up. spotted by patrick
Diffstat (limited to 'sys/netinet/tcp_subr.c')
-rw-r--r--sys/netinet/tcp_subr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
index e517f5dbc2e..285a510e9e4 100644
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_subr.c,v 1.115 2013/03/28 16:45:16 tedu Exp $ */
+/* $OpenBSD: tcp_subr.c,v 1.116 2013/03/28 23:10:06 tedu Exp $ */
/* $NetBSD: tcp_subr.c,v 1.22 1996/02/13 23:44:00 christos Exp $ */
/*
@@ -73,6 +73,7 @@
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
+#include <sys/timeout.h>
#include <sys/protosw.h>
#include <sys/kernel.h>
#include <sys/pool.h>