From 93d5901c85d94bc3f2e0276e3be85988f06c408a Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Thu, 11 Feb 2021 18:21:32 +0200 Subject: [PATCH] Fix build on FreeBSD --- src/xwl/xwaylandsocket.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xwl/xwaylandsocket.cpp b/src/xwl/xwaylandsocket.cpp index 23759104ae..c588b67e3f 100644 --- a/src/xwl/xwaylandsocket.cpp +++ b/src/xwl/xwaylandsocket.cpp @@ -11,6 +11,7 @@ #include #include +#include #include #include #include