From 33350ef8ff1f2e4daed332db2b67b8f20e09d5ea Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 12 Feb 2024 14:11:52 +0100 Subject: include: move private definitions out of extinit.h Public server module API shouldn't be clobbered with private definitions, thus move them out to extinit_priv.h. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- glx/vndext.c | 1 + 1 file changed, 1 insertion(+) (limited to 'glx') diff --git a/glx/vndext.c b/glx/vndext.c index 21ba29269..92b3001a3 100644 --- a/glx/vndext.c +++ b/glx/vndext.c @@ -35,6 +35,7 @@ #include #include #include +#include "extinit_priv.h" #include #include "vndservervendor.h" -- cgit v1.2.3