The open source OpenXR runtime

ipc: add missing sys/types include

authored by

Simon Zeni and committed by
Jakob Bornecrantz
f91ada32 e04d2650

+1
+1
src/xrt/ipc/shared/ipc_protocol.h
··· 20 20 #include "xrt/xrt_device.h" 21 21 #include "xrt/xrt_tracking.h" 22 22 23 + #include <sys/types.h> 23 24 24 25 #define IPC_MSG_SOCK_FILE "monado_comp_ipc" 25 26 #define IPC_MAX_SWAPCHAIN_HANDLES 8