From 8dc11276175b8ec12ff23b250ef0fba6657ddea7 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Mon, 20 Oct 2003 16:41:56 +0000 Subject: #include suggested by ABE Yuji [w3m-dev 03998] problem about pkg-config check for OpenSSL * html.h: #include * istream.c: ditto * istream.h: ditto * url.c: ditto From: Fumitoshi UKAI --- ChangeLog | 12 +++++++++++- html.h | 8 ++++---- istream.c | 4 ++-- istream.h | 8 ++++---- url.c | 8 ++++---- 5 files changed, 25 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2125075..5e31916 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-10-21 Fumitoshi UKAI + + * #include + suggested by ABE Yuji + [w3m-dev 03998] problem about pkg-config check for OpenSSL + * html.h: #include + * istream.c: ditto + * istream.h: ditto + * url.c: ditto + 2003-10-20 ABE Yuji * [w3m-dev 04002] Re: function and w3m-control @@ -8215,4 +8225,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.885 2003/10/19 16:17:12 ukai Exp $ +$Id: ChangeLog,v 1.886 2003/10/20 16:41:56 ukai Exp $ diff --git a/html.h b/html.h index afe9c96..28d1599 100644 --- a/html.h +++ b/html.h @@ -1,10 +1,10 @@ -/* $Id: html.h,v 1.24 2003/09/22 21:02:19 ukai Exp $ */ +/* $Id: html.h,v 1.25 2003/10/20 16:41:56 ukai Exp $ */ #ifndef _HTML_H #define _HTML_H #ifdef USE_SSL -#include -#include -#include +#include +#include +#include #endif /* USE_SSL */ #include "istream.h" diff --git a/istream.c b/istream.c index cbcb620..fe5847b 100644 --- a/istream.c +++ b/istream.c @@ -1,10 +1,10 @@ -/* $Id: istream.c,v 1.22 2003/09/26 17:59:51 ukai Exp $ */ +/* $Id: istream.c,v 1.23 2003/10/20 16:41:56 ukai Exp $ */ #include "fm.h" #include "myctype.h" #include "istream.h" #include #ifdef USE_SSL -#include +#include #endif #define uchar unsigned char diff --git a/istream.h b/istream.h index 7914ebe..a220d8b 100644 --- a/istream.h +++ b/istream.h @@ -1,12 +1,12 @@ -/* $Id: istream.h,v 1.11 2003/07/22 17:33:16 ukai Exp $ */ +/* $Id: istream.h,v 1.12 2003/10/20 16:41:56 ukai Exp $ */ #ifndef IO_STREAM_H #define IO_STREAM_H #include #ifdef USE_SSL -#include -#include -#include +#include +#include +#include #endif #include "Str.h" #include diff --git a/url.c b/url.c index 99134b7..c213947 100644 --- a/url.c +++ b/url.c @@ -1,4 +1,4 @@ -/* $Id: url.c,v 1.84 2003/10/19 16:17:12 ukai Exp $ */ +/* $Id: url.c,v 1.85 2003/10/20 16:41:56 ukai Exp $ */ #include "fm.h" #include #include @@ -22,9 +22,9 @@ #ifdef USE_SSL #ifndef SSLEAY_VERSION_NUMBER -#include /* SSLEAY_VERSION_NUMBER may be here */ +#include /* SSLEAY_VERSION_NUMBER may be here */ #endif -#include +#include #endif #ifdef __WATT32__ @@ -248,7 +248,7 @@ free_ssl_ctx() } #if SSLEAY_VERSION_NUMBER >= 0x00905100 -#include +#include static void init_PRNG() { -- cgit v1.2.3