1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Don't include <sys/time.h> here.

Published in <sxsae4gvtnb.fsf@florida.arsdigita.de>.
This commit is contained in:
hniksic 2001-05-14 08:27:56 -07:00
parent 87bdff25cf
commit 2f298afc47
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,10 @@
2001-05-14 Hrvoje Niksic <hniksic@arsdigita.com> 2001-05-14 Hrvoje Niksic <hniksic@arsdigita.com>
* http.c (gethttp): Use real URL data for cookies, not the cookie * gen_sslfunc.c: Don't include <sys/time.h> directly.
2001-05-14 Hrvoje Niksic <hniksic@arsdigita.com>
* http.c (gethttp): Use real URL data for cookies, not the proxy
stuff. stuff.
2001-05-12 Hrvoje Niksic <hniksic@arsdigita.com> 2001-05-12 Hrvoje Niksic <hniksic@arsdigita.com>

View File

@ -22,7 +22,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef HAVE_SSL #ifdef HAVE_SSL
#include <assert.h> #include <assert.h>
#include <sys/time.h>
#include <errno.h> #include <errno.h>
#include <openssl/bio.h> #include <openssl/bio.h>