Blame SOURCES/9c9c4c684983f7b0821f516f8821118170a785ea.patch

ce7235
From 9c9c4c684983f7b0821f516f8821118170a785ea Mon Sep 17 00:00:00 2001
ce7235
From: Erik Kurzinger <ekurzinger@nvidia.com>
ce7235
Date: Fri, 14 Aug 2020 14:17:25 -0700
ce7235
Subject: [PATCH] include wayland-thread.h from wayland-eglstream-server.c
ce7235
ce7235
The previous commit referenced functions declared in wayland-thread.h
ce7235
from wayland-eglstream-server.c, but neglected to add the required
ce7235
include directive.
ce7235
---
ce7235
 src/wayland-eglstream-server.c | 1 +
ce7235
 1 file changed, 1 insertion(+)
ce7235
ce7235
diff --git a/src/wayland-eglstream-server.c b/src/wayland-eglstream-server.c
ce7235
index 331ad32..a62d7db 100644
ce7235
--- a/src/wayland-eglstream-server.c
ce7235
+++ b/src/wayland-eglstream-server.c
ce7235
@@ -40,6 +40,7 @@
ce7235
 #include "wayland-eglstream.h"
ce7235
 #include "wayland-eglswap.h"
ce7235
 #include "wayland-eglutils.h"
ce7235
+#include "wayland-thread.h"
ce7235
 
ce7235
 #define MASK(_VAL_) (1 << (_VAL_))
ce7235