xkb: xkbgeom: need to include <X11/Xdefs.h>

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 <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-02-21 17:15:56 +01:00
parent ab7e808fe8
commit 0f0016d247

View File

@ -27,6 +27,8 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef _XKBGEOM_H_
#define _XKBGEOM_H_
#include <X11/Xdefs.h>
#include "xkbstr.h"
typedef struct _XkbProperty {