From b51f17a372b6f3b3c1149cc5091629da0e3a5dec Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 1 Aug 2024 11:52:48 +0200 Subject: [PATCH] (submit/xnest-XNGC.h-fix-missing-includes) 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 --- hw/xnest/XNGC.h | 3 +++ 1 file changed, 3 insertions(+) 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 +#include "include/gcstruct.h" +#include "include/privates.h" + /* This file uses the GC definition form Xlib.h as XlibGC. */ typedef struct {