diff options
-rw-r--r-- | html.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |