From bd1502f50f0c230798bdce99dec6efc76791c024 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Sun, 2 Jun 2013 21:30:39 +0200 Subject: Protect config.h like usual. Reviewed-by: Alan Coopersmith Signed-off-by: Alan Coopersmith --- xrandr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xrandr.c b/xrandr.c index 94e5c2e..da786cb 100644 --- a/xrandr.c +++ b/xrandr.c @@ -41,7 +41,9 @@ #include #include +#ifdef HAVE_CONFIG_H #include "config.h" +#endif static char *program_name; static Display *dpy; -- cgit v1.2.3