summaryrefslogtreecommitdiff
path: root/sys/net/pipex.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-03-28 23:10:07 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-03-28 23:10:07 +0000
commit7d5b5619d6e16f0ffde4b40eb6e974b3abaeec38 (patch)
tree75c68b71b16ae5c7234af25311a261545a542a7b /sys/net/pipex.c
parent8eab78c8852faa4c8235857c862c11335c196128 (diff)
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/net/pipex.c')
-rw-r--r--sys/net/pipex.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/pipex.c b/sys/net/pipex.c
index 3cd5a7d80b2..b15b3f79b05 100644
--- a/sys/net/pipex.c
+++ b/sys/net/pipex.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pipex.c,v 1.39 2013/03/28 16:45:16 tedu Exp $ */
+/* $OpenBSD: pipex.c,v 1.40 2013/03/28 23:10:05 tedu Exp $ */
/*-
* Copyright (c) 2009 Internet Initiative Japan Inc.
@@ -36,6 +36,7 @@
#include <sys/syslog.h>
#include <sys/conf.h>
#include <sys/time.h>
+#include <sys/timeout.h>
#include <sys/kernel.h>
#include <net/if.h>