From 94e5252365b5336babe03b7451ea791d2de0dc3e Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 18 Mar 2024 15:11:08 +0100 Subject: [PATCH] xquartz: fix missing include of It's much cleaner to always include directly what one needs, instead of relying on very indirect including. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- hw/xquartz/applewm.c | 2 ++ hw/xquartz/mach-startup/bundle-main.c | 1 + 2 files changed, 3 insertions(+) diff --git a/hw/xquartz/applewm.c b/hw/xquartz/applewm.c index e743a861e..8cd92f296 100644 --- a/hw/xquartz/applewm.c +++ b/hw/xquartz/applewm.c @@ -34,6 +34,8 @@ #include #endif +#include + #include "quartz.h" #include "misc.h" diff --git a/hw/xquartz/mach-startup/bundle-main.c b/hw/xquartz/mach-startup/bundle-main.c index de82e2280..5c5bc70ac 100644 --- a/hw/xquartz/mach-startup/bundle-main.c +++ b/hw/xquartz/mach-startup/bundle-main.c @@ -34,6 +34,7 @@ #include #endif +#include #include #include #include