mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-23 05:35:51 -04:00
Merge branch 'QNX_connection' into 'main'
connection: Add support for QNX platform memstream See merge request wayland/wayland!456
This commit is contained in:
commit
1a5afb4da3
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,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