mirror of
https://github.com/kiwix/libkiwix.git
synced 2026-01-19 03:38:15 -05:00
We must include <time.h> with mingw.
This is a error anyway, linux or window. So just add the include.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "reader.h"
|
||||
#include <time.h>
|
||||
|
||||
inline char hi(char v) {
|
||||
char hex[] = "0123456789abcdef";
|
||||
|
||||
Reference in New Issue
Block a user