From b42e4d1884d0c15d13f3c7207b9aafb1c5b6b4ce Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 16 Dec 2020 11:19:02 +0100 Subject: [PATCH] Missing includes (for strdup() and strlen()) --- helpers/wayland_wrapper/kwin_wrapper.c | 1 + helpers/wayland_wrapper/wl-socket.c | 1 + 2 files changed, 2 insertions(+) diff --git a/helpers/wayland_wrapper/kwin_wrapper.c b/helpers/wayland_wrapper/kwin_wrapper.c index 3dc76934df..061e05c06a 100644 --- a/helpers/wayland_wrapper/kwin_wrapper.c +++ b/helpers/wayland_wrapper/kwin_wrapper.c @@ -24,6 +24,7 @@ #include #include +#include #include #include #include diff --git a/helpers/wayland_wrapper/wl-socket.c b/helpers/wayland_wrapper/wl-socket.c index 4ec6ac3fd2..4110e95290 100644 --- a/helpers/wayland_wrapper/wl-socket.c +++ b/helpers/wayland_wrapper/wl-socket.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include