Navigation Menu

Skip to content

Commit

Permalink
windows: add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 16, 2015
1 parent f848e05 commit 74dcae6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ii.c
Expand Up @@ -21,6 +21,10 @@
#include <sys/stat.h>
#include <math.h>

#ifdef WIN32
# include <io.h>
#endif /* WIN32 */

#include "grn_ii.h"
#include "grn_ctx_impl.h"
#include "grn_token_cursor.h"
Expand Down

0 comments on commit 74dcae6

Please sign in to comment.