[Groonga-commit] groonga/groonga at 74dcae6 [master] windows: add missing include

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 16 23:42:12 JST 2015


Kouhei Sutou	2015-04-16 23:42:12 +0900 (Thu, 16 Apr 2015)

  New Revision: 74dcae6d779af8d1e5412836e83eb9c360265a08
  https://github.com/groonga/groonga/commit/74dcae6d779af8d1e5412836e83eb9c360265a08

  Message:
    windows: add missing include

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+4 -0)
===================================================================
--- lib/ii.c    2015-04-16 23:07:04 +0900 (17dc58b)
+++ lib/ii.c    2015-04-16 23:42:12 +0900 (e9eaa18)
@@ -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"
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index