Added include sys/time.h
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Jan 2005 13:08:53 +0000 (13:08 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Jan 2005 13:08:53 +0000 (13:08 +0000)
client/client.c

index 8abd5a2..9f13e82 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: client.c,v 1.269 2005-01-16 22:12:39 adam Exp $
+ * $Id: client.c,v 1.270 2005-01-17 13:08:53 adam Exp $
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
@@ -22,6 +22,9 @@
 #if HAVE_SYS_STAT_H
 #include <sys/stat.h>
 #endif
 #if HAVE_SYS_STAT_H
 #include <sys/stat.h>
 #endif
+#if HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
 
 #if HAVE_OPENSSL_SSL_H
 #include <openssl/bio.h>
 
 #if HAVE_OPENSSL_SSL_H
 #include <openssl/bio.h>