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 bc964bd commit 96a76a7Copy full SHA for 96a76a7
include/msgpack/vrefbuffer.h
@@ -13,7 +13,7 @@
13
#include "zone.h"
14
#include <stdlib.h>
15
16
-#if defined(unix) || defined(__unix) || defined(__APPLE__) || defined(__OpenBSD__)
+#if defined(unix) || defined(__unix) || defined(__APPLE__) || defined(__OpenBSD__) || defined(__QNX__) || defined(__QNXTO__)
17
#include <sys/uio.h>
18
#else
19
struct iovec {
0 commit comments