From 658f1b34ee119b6f68c4abbe7ee4678b960e91aa Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 18 Feb 2025 14:42:41 +0100 Subject: [PATCH] Xext: geext.h: fix missing include of Xfuncproto.h Needed for _X_EXPORT. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- Xext/geext.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Xext/geext.h b/Xext/geext.h index aa36f39d7..836a10103 100644 --- a/Xext/geext.h +++ b/Xext/geext.h @@ -27,6 +27,8 @@ from the author. */ #ifndef _GEEXT_H_ #define _GEEXT_H_ + +#include #include /* Interface for other extensions */