From 68ab9cdbd317e9051fc071391463e85cc399f262 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 12:51:11 +0000 Subject: Apply patch 9c9c4c684983f7b0821f516f8821118170a785ea.patch patch_name: 9c9c4c684983f7b0821f516f8821118170a785ea.patch present_in_specfile: true location_in_specfile: 2 --- diff --git a/src/wayland-eglstream-server.c b/src/wayland-eglstream-server.c index 331ad32..a62d7db 100644 --- a/src/wayland-eglstream-server.c +++ b/src/wayland-eglstream-server.c @@ -40,6 +40,7 @@ #include "wayland-eglstream.h" #include "wayland-eglswap.h" #include "wayland-eglutils.h" +#include "wayland-thread.h" #define MASK(_VAL_) (1 << (_VAL_))