From 426c8e099fe19d3b495821ed6e7beb67a29a4115 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 1 Nov 2022 19:37:49 -0700 Subject: [PATCH] sun_mouse.c: #include "config.h" Signed-off-by: Alan Coopersmith --- src/sun_mouse.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/sun_mouse.c b/src/sun_mouse.c index 3b362c5..646c33a 100644 --- a/src/sun_mouse.c +++ b/src/sun_mouse.c @@ -47,6 +47,10 @@ * XFree86 Project. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef HAVE_XORG_CONFIG_H #include #endif