3
0
Fork 0

+ fix unistd.h include on windows

small_fixes
kelson42 14 years ago
parent 92b1fb9ac2
commit 6251e429eb

@ -23,8 +23,9 @@
#ifndef _WIN32
#include <kiwix/cluceneIndexer.h>
#else
#include <unistd.h>
#else
#include <io.h>
#endif
#include <kiwix/reader.h>

Loading…
Cancel
Save