$NetBSD: patch-ac,v 1.5 2006/04/18 23:21:18 reed Exp $

--- src/client/client.C.orig	2006-04-11 14:56:26.000000000 -0700
+++ src/client/client.C	2006-04-11 14:57:53.000000000 -0700
@@ -27,6 +27,10 @@
 # include <unistd.h>
 #endif
 
+#ifdef HAVE_SYS_TIME_H
+# include <sys/time.h>
+#endif
+
 // select()
 #ifdef HAVE_SYS_SELECT_H
 # include <sys/select.h>
