From c6d78f2121ae33be226e98944c57ce5b56bda778 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 18 Feb 2025 20:03:35 +0100 Subject: [PATCH] (!1813) present: need to include dix-config.h dix-config.h always needs to be included first, otherwise things can get messed up in really obscure ways, eg. certain types silently changing in size and causing mysterious crashes. Signed-off-by: Enrico Weigelt, metux IT consult --- present/present_event.c | 1 + 1 file changed, 1 insertion(+) diff --git a/present/present_event.c b/present/present_event.c index b35609b23..adc8a484e 100644 --- a/present/present_event.c +++ b/present/present_event.c @@ -19,6 +19,7 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. */ +#include #include "present_priv.h"