summaryrefslogtreecommitdiff
path: root/hw/xnest/XNGC.h
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-08-01 11:52:48 +0200
committerMarge Bot <emma+marge@anholt.net>2024-08-31 23:21:21 +0000
commit4db1da86fc5ea279db40f9b55f0f9279cc6f9b1a (patch)
treea8565e3de19316c083c9f5af85f796bea1109de9 /hw/xnest/XNGC.h
parenteafd687c47e57df90c1c1c5f7e855c3ff96c6347 (diff)
Xnest: XNGC.h: add missing includes
This header makes use of types and functions defined in gcstruct.h and privates.h. It should include them, instead of demanding it's consumers having done that before including this file. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1659>
Diffstat (limited to 'hw/xnest/XNGC.h')
-rw-r--r--hw/xnest/XNGC.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xnest/XNGC.h b/hw/xnest/XNGC.h
index 6a222d073..a695f7a3b 100644
--- a/hw/xnest/XNGC.h
+++ b/hw/xnest/XNGC.h
@@ -17,6 +17,9 @@ is" without express or implied warranty.
#include <X11/Xdefs.h>
+#include "include/gcstruct.h"
+#include "include/privates.h"
+
/* This file uses the GC definition form Xlib.h as XlibGC. */
typedef struct {