We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111739f commit 1a3fcc3Copy full SHA for 1a3fcc3
include/msgpack/v1/vrefbuffer.hpp
@@ -1,7 +1,7 @@
1
//
2
// MessagePack for C++ zero-copy buffer implementation
3
4
-// Copyright (C) 2008-2013 FURUHASHI Sadayuki and KONDO Takatoshi
+// Copyright (C) 2008-2017 FURUHASHI Sadayuki and KONDO Takatoshi
5
6
// Distributed under the Boost Software License, Version 1.0.
7
// (See accompanying file LICENSE_1_0.txt or copy at
@@ -22,7 +22,7 @@
22
#endif
23
#endif // defined(_MSC_VER)
24
25
-#ifndef _WIN32
+#if defined(unix) || defined(__unix) || defined(__APPLE__) || defined(__OpenBSD__)
26
#include <sys/uio.h>
27
#else
28
struct iovec {
0 commit comments