From 7d5b5619d6e16f0ffde4b40eb6e974b3abaeec38 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Thu, 28 Mar 2013 23:10:07 +0000 Subject: 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 --- sys/net/pipex.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/net/pipex.c') 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 #include #include +#include #include #include -- cgit v1.2.3