From a899b09b64cb10fb6fef9c2e63c509e5dfb8ab5d Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 21 Feb 2025 17:15:56 +0100 Subject: [PATCH] (1820) xkb: xkbgeom: need to include Using the type "Bool", which is defined in Xdefs.h, therefore this header should be include, so we don't need to rely on it being included indirectly by somebody else. Signed-off-by: Enrico Weigelt, metux IT consult --- xkb/xkbgeom.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xkb/xkbgeom.h b/xkb/xkbgeom.h index 3a2c81cbc..d7ef01375 100644 --- a/xkb/xkbgeom.h +++ b/xkb/xkbgeom.h @@ -27,6 +27,8 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef _XKBGEOM_H_ #define _XKBGEOM_H_ +#include + #include "xkbstr.h" typedef struct _XkbProperty {