From c938b308c049a85e2ce15abf48dcd0e75a696fec Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Wed, 10 Oct 2007 21:27:37 -0700 Subject: [PATCH] #include --- src/ChangeLog | 5 +++++ src/http-ntlm.c | 1 + 2 files changed, 6 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 6d1733fd..fb336ceb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-10-10 Micah Cowan + + * http-ntlm.c: Include openssl/opensslv.h explicitly, instead of + hoping it'll be included by accident in openssl/des.h. + 2007-10-09 Gisle Vanem * mswindows.c: 'argc' and 'argv' in 'windows_main()' are no longer diff --git a/src/http-ntlm.c b/src/http-ntlm.c index 054c8a95..32bb3c59 100644 --- a/src/http-ntlm.c +++ b/src/http-ntlm.c @@ -42,6 +42,7 @@ so, delete this exception statement from your version. */ #include #include +#include #include "wget.h" #include "utils.h" -- 2.39.2