From 73b3dff9d12d417716c19a33a95eac5f73e5da13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Wed, 8 Jun 2005 19:19:31 +0000 Subject: Add Xcursor conditionally include config.h --- src/Xrandr.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Xrandr.c b/src/Xrandr.c index c28a4a8..1cc8518 100644 --- a/src/Xrandr.c +++ b/src/Xrandr.c @@ -24,6 +24,10 @@ * Author: Jim Gettys, HP Labs, HP. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include /* we need to be able to manipulate the Display structure on events */ -- cgit v1.2.3