Navigation Menu

Skip to content

Commit

Permalink
windows: add missing windows.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 17, 2015
1 parent 1c0177e commit f34f961
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/windows.c
Expand Up @@ -19,6 +19,9 @@
#include <groonga.h>

#ifdef WIN32

#include <windows.h>

static char *windows_base_dir = NULL;
const char *
grn_windows_base_dir(void)
Expand Down Expand Up @@ -71,4 +74,5 @@ grn_windows_base_dir(void)
}
return windows_base_dir;
}

#endif

0 comments on commit f34f961

Please sign in to comment.