From 1d0c4927f4d1c84d0188a4cea4190d064411b280 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 30 Jul 2024 17:16:13 +0200 Subject: [PATCH] (submit/xnest-fix-missing-include-colormap.h) Xnest: Display.h: fix missing include of colormap.h Needs some types (eg. Pixel) from colormap.h Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xnest/Display.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/xnest/Display.h b/hw/xnest/Display.h index 4e9dbf463..c1fbaebe5 100644 --- a/hw/xnest/Display.h +++ b/hw/xnest/Display.h @@ -15,6 +15,8 @@ is" without express or implied warranty. #ifndef XNESTCOMMON_H #define XNESTCOMMON_H +#include "colormap.h" + #define UNDEFINED -1 #define MAXDEPTH 32