From: Micah Cowan Date: Thu, 11 Oct 2007 04:27:37 +0000 (-0700) Subject: #include X-Git-Tag: v1.13~515^2~1 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=c938b308c049a85e2ce15abf48dcd0e75a696fec #include --- 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"