Include missing "windows.h"

Now that libzim doesn't inculde "windows.h" in its public headers it fails
if we don't include it.
pull/383/head
Matthieu Gautier 6 years ago
parent 5d21baa759
commit 00b810d649

@ -23,7 +23,9 @@
#include <kiwix/name_mapper.h>
#include <kiwix/tools/otherTools.h>
#ifndef _WIN32
#ifdef _WIN32
# include <windows.h>
#else
# include <unistd.h>
#endif

Loading…
Cancel
Save