From 44713ac64280b5e48b47199dace333b128920b73 Mon Sep 17 00:00:00 2001 From: Heiko Becker Date: Thu, 21 Jan 2021 22:18:33 +0100 Subject: [PATCH] Include for open() According to POSIX [1] that's where it is defined. [1] https://pubs.opengroup.org/onlinepubs/009604499/basedefs/fcntl.h.html --- helpers/wayland_wrapper/wl-socket.c | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/wayland_wrapper/wl-socket.c b/helpers/wayland_wrapper/wl-socket.c index 4110e95290..34eb593054 100644 --- a/helpers/wayland_wrapper/wl-socket.c +++ b/helpers/wayland_wrapper/wl-socket.c @@ -10,6 +10,7 @@ #include #include +#include #include #include #include