mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-22 19:38:53 -04:00
+ fix for windows
This commit is contained in:
parent
c1f9e87237
commit
467cb14c83
@ -29,6 +29,10 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
log_define("zim.fstream")
|
||||
|
||||
namespace zim
|
||||
|
Loading…
x
Reference in New Issue
Block a user