From 3dc646ea889084cd7aa980f38124b5df548cf10d Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Mon, 5 Jun 2023 23:45:28 +0300 Subject: Add some missing includes/declarations --- xwayland/sockets.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xwayland/sockets.h') diff --git a/xwayland/sockets.h b/xwayland/sockets.h index cf42b970..4c55a087 100644 --- a/xwayland/sockets.h +++ b/xwayland/sockets.h @@ -1,6 +1,8 @@ #ifndef XWAYLAND_SOCKETS_H #define XWAYLAND_SOCKETS_H +#include + bool set_cloexec(int fd, bool cloexec); void unlink_display_sockets(int display); int open_display_sockets(int socks[2]); -- cgit v1.2.3