mirror of https://github.com/kiwix/libkiwix.git
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:
parent
753a39beb0
commit
72f1be3dbd
|
@ -18,6 +18,7 @@
|
|||
*/
|
||||
|
||||
#include "reader.h"
|
||||
#include <time.h>
|
||||
|
||||
inline char hi(char v) {
|
||||
char hex[] = "0123456789abcdef";
|
||||
|
|
Loading…
Reference in New Issue