xorg-x11-drv-qxl/0003-fix-CARD.patch
Hailiang 3de840cf96 fix sw_64 build error
(cherry picked from commit e704fe534f799bc9f8975392099cd60adcacfa00)
2025-03-07 16:41:39 +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