From edf86c578158bf632533dcdb061a2a59df3356bc Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Mon, 5 Dec 2016 10:19:11 +0800 Subject: Explictily include to avoid build err while disable ssl, we will got a undefine time_t err see https://bugs.gentoo.org/show_bug.cgi?id=601498 Signed-off-by: Yixun Lan --- html.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html.h b/html.h index c490655..2a9a431 100644 --- a/html.h +++ b/html.h @@ -8,6 +8,8 @@ #include #endif /* USE_SSL */ +#include + #define StrUFgets(f) StrISgets((f)->stream) #define StrmyUFgets(f) StrmyISgets((f)->stream) #define UFgetc(f) ISgetc((f)->stream) -- cgit v1.2.3