summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-11-01 19:37:49 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-11-01 19:38:00 -0700
commit426c8e099fe19d3b495821ed6e7beb67a29a4115 (patch)
tree1a52522130e9a1540a56f27c17f09ea2630e0d28
parent29456a2ad33897b0834aa097390cdfe5e92d1364 (diff)
downloadxorg-driver-xf86-input-mouse-426c8e099fe19d3b495821ed6e7beb67a29a4115.tar.gz
sun_mouse.c: #include "config.h"
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/sun_mouse.c4
1 files changed, 4 insertions, 0 deletions
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 <xorg-config.h>
#endif