aboutsummaryrefslogtreecommitdiff
path: root/xwayland/sockets.h
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2023-06-05 23:45:28 +0300
committerAlexander Orzechowski <alex@ozal.ski>2023-06-05 21:06:19 +0000
commit3dc646ea889084cd7aa980f38124b5df548cf10d (patch)
tree1ee02a0e22793f8c6d7efb4b08d8a66aa8ba4d2c /xwayland/sockets.h
parentc5f4df6c961abef073414e14388878df8cd16947 (diff)
Add some missing includes/declarations
Diffstat (limited to 'xwayland/sockets.h')
-rw-r--r--xwayland/sockets.h2
1 files changed, 2 insertions, 0 deletions
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 <stdbool.h>
+
bool set_cloexec(int fd, bool cloexec);
void unlink_display_sockets(int display);
int open_display_sockets(int socks[2]);