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)