xorg-x11-drv-qxl/0003-fix-CARD.patch
2025-03-07 15:48:25 +08:00

25 lines
503 B
Diff

From dbae35405af8e350641e524a1140c670e5799c15 Mon Sep 17 00:00:00 2001
From: mahailiang <mahailiang@uniontech.com>
Date: Mon, 25 Nov 2024 19:28:40 +0800
Subject: [PATCH] fix CARD
---
src/qxl.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/qxl.h b/src/qxl.h
index bfc3b0d..fc5d889 100644
--- a/src/qxl.h
+++ b/src/qxl.h
@@ -30,6 +30,7 @@
#include <spice.h>
#endif
+#include "X11/Xproto.h"
#include "compiler.h"
#include "xf86.h"
#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
--
2.20.1