From 92e6c75bfc9f2a4b2ca12294c2b72b8cf62afa06 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 29 Oct 2025 13:41:32 +0100 Subject: [PATCH] include: globals: add missing includes Headers should always be self-consistent, thus including anything they need. Not relying on those already included before by somebody else. Signed-off-by: Enrico Weigelt, metux IT consult --- include/globals.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/globals.h b/include/globals.h index 5930212d31..5cac122ddf 100644 --- a/include/globals.h +++ b/include/globals.h @@ -2,6 +2,9 @@ #ifndef _XSERV_GLOBAL_H_ #define _XSERV_GLOBAL_H_ +#include +#include + #include "window.h" /* for WindowPtr */ #include "extinit.h" #ifdef DPMSExtension