projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3b97cc
)
Added include sys/time.h
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 17 Jan 2005 13:08:53 +0000
(13:08 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 17 Jan 2005 13:08:53 +0000
(13:08 +0000)
client/client.c
patch
|
blob
|
history
diff --git
a/client/client.c
b/client/client.c
index
8abd5a2
..
9f13e82
100644
(file)
--- a/
client/client.c
+++ b/
client/client.c
@@
-2,7
+2,7
@@
* 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>
@@
-22,6
+22,9
@@
#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>