Include <sys/time.h> to get struct timeval
authorbcook <bcook@openbsd.org>
Sun, 24 Aug 2014 16:08:30 +0000 (16:08 +0000)
committerbcook <bcook@openbsd.org>
Sun, 24 Aug 2014 16:08:30 +0000 (16:08 +0000)
commit70eb4da385d88095f23e59d7c99c00fe49f9fa47
tree759203a34a3c2d2cfbb6a0b62c59037e2036269a
parenta088e0c57c608a3d67c8687c5d54b07f35048d34
Include <sys/time.h> to get struct timeval

The crypto/bio/bss_dgram.c file assumes that another file indirectly
includes <stdlib.h> that includes <sys/time.h>.

from Jonas 'Sortie' Termansen

ok deraadt@ tedu@
lib/libcrypto/bio/bss_dgram.c
lib/libssl/src/crypto/bio/bss_dgram.c