summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-03-18 20:47:41 +0000
committerDave Airlie <airlied@redhat.com>2012-03-18 20:47:41 +0000
commit810d92db84d0e11260ec3abc936dacac113fcbba (patch)
tree7001c5ffef5c8e344b0732c00147429bc3b979f0
parent34ccb90f6b635b45080e6e4868314fa80a662fc2 (diff)
qxl: missed one file that needs config.h
-rw-r--r--src/spiceqxl_inputs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/spiceqxl_inputs.c b/src/spiceqxl_inputs.c
index 877585b..62ef19f 100644
--- a/src/spiceqxl_inputs.c
+++ b/src/spiceqxl_inputs.c
@@ -23,6 +23,9 @@
/* Handle inputs channel for spice, and register the X parts,
* a mouse and a keyboard device pair.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <xorg/xf86Xinput.h>
#include <xorg/exevents.h>