From beb15972d3787d6da0e94e160b3db4e4c49ffa47 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 4 Dec 2025 14:04:29 +0100 Subject: [PATCH] xwin: silence warning on missing prototype for OsVendorFatalError() Just need to include ddx_priv.h Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xwin/winerror.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xwin/winerror.c b/hw/xwin/winerror.c index bbf302b67c..0198daeeda 100644 --- a/hw/xwin/winerror.c +++ b/hw/xwin/winerror.c @@ -32,6 +32,7 @@ #include #endif +#include "os/ddx_priv.h" #include "os/log_priv.h" #include "os/osdep.h"