mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-16 22:05:55 -05:00
connection: Add support for QNX platform memstream
Conditionally include <sys/memstream.h> for QNX platforms to use QNX's open_memstream functionality, enabling memory stream support specific to QNX. Signed-off-by: felixlionardo <flionardo@blackberry.com>
This commit is contained in:
parent
1ab6b693b1
commit
21a8489f6d
1 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,9 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#if defined(__QNXNTO__)
|
||||
#include <sys/memstream.h>
|
||||
#endif
|
||||
#include <time.h>
|
||||
#include <ffi.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue