[Groonga-commit] groonga/groonga at a898ab6 [master] windows: fix included header

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 17 21:09:48 JST 2015


Kouhei Sutou	2015-10-17 21:09:48 +0900 (Sat, 17 Oct 2015)

  New Revision: a898ab6e79c59d0b9190d3d0c046b841de0887fc
  https://github.com/groonga/groonga/commit/a898ab6e79c59d0b9190d3d0c046b841de0887fc

  Message:
    windows: fix included header

  Modified files:
    lib/windows.c

  Modified: lib/windows.c (+1 -5)
===================================================================
--- lib/windows.c    2015-10-17 21:07:37 +0900 (dad0fdd)
+++ lib/windows.c    2015-10-17 21:09:48 +0900 (a4942d9)
@@ -16,12 +16,9 @@
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
-#include <groonga.h>
+#include "grn.h"
 
 #ifdef WIN32
-
-#include <windows.h>
-
 static char *windows_base_dir = NULL;
 const char *
 grn_windows_base_dir(void)
@@ -74,5 +71,4 @@ grn_windows_base_dir(void)
   }
   return windows_base_dir;
 }
-
 #endif
-------------- next part --------------
HTML����������������������������...
Download 



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