Kouhei Sutou
null+****@clear*****
Sun May 3 12:48:28 JST 2015
Kouhei Sutou 2015-05-03 12:48:28 +0900 (Sun, 03 May 2015) New Revision: 955845afab933f36071d945eb1bb6917f80e054f https://github.com/groonga/groonga/commit/955845afab933f36071d945eb1bb6917f80e054f Message: Include sys/uio.h explicitly for iovec OpenBSD doesn't include it implicitly. Modified files: lib/com.c Modified: lib/com.c (+1 -0) =================================================================== --- lib/com.c 2015-05-03 12:38:22 +0900 (7023e61) +++ lib/com.c 2015-05-03 12:48:28 +0900 (4540cc3) @@ -36,6 +36,7 @@ # ifdef HAVE_SIGNAL_H # include <signal.h> # endif /* HAVE_SIGNAL_H */ +# include <sys/uio.h> #endif /* WIN32 */ #include "grn_ctx.h" -------------- next part -------------- HTML����������������������������...下载