mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
ipc: add missing sys/types include
This commit is contained in:
parent
e04d265097
commit
f91ada32c2
|
@ -20,6 +20,7 @@
|
|||
#include "xrt/xrt_device.h"
|
||||
#include "xrt/xrt_tracking.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#define IPC_MSG_SOCK_FILE "monado_comp_ipc"
|
||||
#define IPC_MAX_SWAPCHAIN_HANDLES 8
|
||||
|
|
Loading…
Reference in a new issue