diff options
Diffstat (limited to 'src/Xrandr.c')
-rw-r--r-- | src/Xrandr.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <config.h> +#endif + #include <stdio.h> #include <X11/Xlib.h> /* we need to be able to manipulate the Display structure on events */ |