From 73475133ba2f384bb648564d628681668f350423 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 18 Feb 2025 14:42:41 +0100 Subject: [PATCH] (!1811) Xext: geext.h: fix missing include of Xfuncproto.h Needed for _X_EXPORT. Signed-off-by: Enrico Weigelt, metux IT consult --- Xext/geext.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Xext/geext.h b/Xext/geext.h index aa36f39d70..836a10103e 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 */