Merge pull request #383 from kiwix/include_windows

This commit is contained in:
Matthieu Gautier 2020-05-18 13:38:38 +02:00 committed by GitHub
commit 8736a2f4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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