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