From f94e28089662eb2d52e5c092cedc2d66ffa7372e Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 23 Jul 2024 08:53:57 +0200 Subject: [PATCH] Xext: fix missing include of Including depends on has been included before. Bug: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1719 Fixes: b30edf32 - fix missing includes of Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- Xext/security.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Xext/security.c b/Xext/security.c index 4ea3f1c4d..c75b50d1c 100644 --- a/Xext/security.c +++ b/Xext/security.c @@ -28,6 +28,7 @@ in this Software without prior written authorization from The Open Group. #include #endif +#include #include #include