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 --- url.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'url.c') 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