diff options
Diffstat (limited to 'xwayland/sockets.h')
-rw-r--r-- | xwayland/sockets.h | 2 |
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]); |