From d66acae5014b44c385e3a0b1ee5ea3fff795f433 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 18 Mar 2024 15:11:08 +0100 Subject: [PATCH] Xext: fix missing include of It's much cleaner to always include directly what one needs, instead of relying on very indirect including. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- Xext/xselinux_hooks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Xext/xselinux_hooks.c b/Xext/xselinux_hooks.c index 55fd54a5b..d0ddf22e6 100644 --- a/Xext/xselinux_hooks.c +++ b/Xext/xselinux_hooks.c @@ -26,6 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include #endif +#include #include #include #include