summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-29 10:27:01 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-29 10:43:39 -0800
commit14392504de04841fa2cbb5cdf8d9c9c7c4eb2ed8 (patch)
tree8b649f0d127ffd613be4e09b347c98a2eb47f1f9
parent3718002bbebf468632e18d59546d74d6e1b77bc8 (diff)
Include xf86Cursor.h instead of xf86RamDac.h
ramdac drivers have been removed from xserver since version 21.0.99.1 and xorg/xserver@f0385fb4 resulting in the following build failure: In file included from ../../src/cg6_cursor.c:31: ../../src/cg6.h:29:10: fatal error: xf86RamDac.h: No such file or directory 29 | #include "xf86RamDac.h" | ^~~~~~~~~~~~~~ but xf86RamDac.h in turn included xf86Cursor.h which we still need. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/cg6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cg6.h b/src/cg6.h
index 9f176e6..d6bc19e 100644
--- a/src/cg6.h
+++ b/src/cg6.h
@@ -26,7 +26,7 @@
#include "xf86.h"
#include "xf86_OSproc.h"
-#include "xf86RamDac.h"
+#include "xf86Cursor.h"
#include <X11/Xmd.h>
#include "gcstruct.h"
#include "cg6_regs.h"