Kouhei Sutou
null+****@clear*****
Sun May 3 13:14:12 JST 2015
Kouhei Sutou 2015-05-03 13:14:12 +0900 (Sun, 03 May 2015) New Revision: 343ea146b9391717cf41f98b3ed55e85d9db5ee6 https://github.com/groonga/groonga/commit/343ea146b9391717cf41f98b3ed55e85d9db5ee6 Message: Include sys/uio.h for iovec Modified files: src/groonga.c Modified: src/groonga.c (+2 -0) =================================================================== --- src/groonga.c 2015-05-03 13:13:26 +0900 (1817d60) +++ src/groonga.c 2015-05-03 13:14:12 +0900 (0e94725) @@ -53,6 +53,8 @@ #ifdef WIN32 # include <io.h> +#else /* WIN32 */ +# include <sys/uio.h> #endif /* WIN32 */ #ifdef HAVE__STRNICMP -------------- next part -------------- HTML����������������������������...下载