summaryrefslogtreecommitdiff
blob: 8489eee3fae99f682861a8d957143dc6f09a34c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/html.h
+++ b/html.h
@@ -8,6 +8,8 @@
 #include <openssl/ssl.h>
 #endif				/* USE_SSL */
 
+#include <time.h>
+
 #define StrUFgets(f) StrISgets((f)->stream)
 #define StrmyUFgets(f) StrmyISgets((f)->stream)
 #define UFgetc(f) ISgetc((f)->stream)