mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-24 04:20:56 -04:00
Include missing "windows.h"
Now that libzim doesn't inculde "windows.h" in its public headers it fails if we don't include it.
This commit is contained in:
parent
5d21baa759
commit
00b810d649
@ -23,7 +23,9 @@
|
|||||||
#include <kiwix/name_mapper.h>
|
#include <kiwix/name_mapper.h>
|
||||||
#include <kiwix/tools/otherTools.h>
|
#include <kiwix/tools/otherTools.h>
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifdef _WIN32
|
||||||
|
# include <windows.h>
|
||||||
|
#else
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user