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 --- istream.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'istream.h') 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 -- cgit v1.2.3