From df13788e570ae2bb508ac59df1a018f50bc06df5 Mon Sep 17 00:00:00 2001 From: Radim Kolar <> Date: Tue, 22 Sep 2009 23:54:36 +0200 Subject: [PATCH] added missing prototype for function gettimeofday --- client/lib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/lib.c b/client/lib.c index 55d0fcb..90293ee 100644 --- a/client/lib.c +++ b/client/lib.c @@ -16,6 +16,7 @@ #ifdef HAVE_UNISTD_H #include #endif +#include static int myfd;