From 54f36972487199b98c8f36fc41e80fa73872add3 Mon Sep 17 00:00:00 2001 From: "M.Dinslage" Date: Tue, 24 Aug 2021 12:06:55 +0200 Subject: desktop/rss-glx: Add a patch for gcc >= 11.x. Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- desktop/rss-glx/patches/rss-glx-0.9.1-missing-include.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 desktop/rss-glx/patches/rss-glx-0.9.1-missing-include.patch (limited to 'desktop/rss-glx') diff --git a/desktop/rss-glx/patches/rss-glx-0.9.1-missing-include.patch b/desktop/rss-glx/patches/rss-glx-0.9.1-missing-include.patch new file mode 100644 index 0000000000..6a6e286f87 --- /dev/null +++ b/desktop/rss-glx/patches/rss-glx-0.9.1-missing-include.patch @@ -0,0 +1,10 @@ +--- a/src/Implicit/impSurface.h ++++ b/src/Implicit/impSurface.h +@@ -25,6 +25,7 @@ + #ifdef WIN32 + #include + #endif ++#include + #include + #include + -- cgit v1.2.3-65-gdbad