projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e17734
)
Include sys/time.h to declare gettimeofday().
author
Richard Levitte
<levitte@openssl.org>
Sun, 26 Apr 2009 11:23:15 +0000
(11:23 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 26 Apr 2009 11:23:15 +0000
(11:23 +0000)
crypto/bio/bss_dgram.c
patch
|
blob
|
history
diff --git
a/crypto/bio/bss_dgram.c
b/crypto/bio/bss_dgram.c
index dde0abe05a9324b98e3e0427c64a10ae19ca0ad9..9d2b78d3a285a10d4ad7135f390c0c6eac5ce306 100644
(file)
--- a/
crypto/bio/bss_dgram.c
+++ b/
crypto/bio/bss_dgram.c
@@
-61,6
+61,7
@@
#include <stdio.h>
#include <errno.h>
+#include <sys/time.h>
#define USE_SOCKETS
#include "cryptlib.h"