[Groonga-commit] groonga/groonga at 828456e [master] windows: add missing include

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Sun Nov 15 14:33:49 JST 2015


Kouhei Sutou	2015-11-15 14:33:49 +0900 (Sun, 15 Nov 2015)

  New Revision: 828456e2ade5db9c68493ef76fa6a140a652199f
  https://github.com/groonga/groonga/commit/828456e2ade5db9c68493ef76fa6a140a652199f

  Message:
    windows: add missing include

  Modified files:
    lib/file_reader.c

  Modified: lib/file_reader.c (+4 -0)
===================================================================
--- lib/file_reader.c    2015-11-15 14:33:02 +0900 (454ff9a)
+++ lib/file_reader.c    2015-11-15 14:33:49 +0900 (8643e7c)
@@ -22,6 +22,10 @@
 #include <stdio.h>
 #include <string.h>
 
+#ifdef WIN32
+# include <share.h>
+#endif /* WIN32 */
+
 typedef struct _grn_file_reader {
   FILE *file;
   grn_bool file_need_close;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index