summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy White <jwhite@codeweavers.com>2012-08-08 14:58:36 -0500
committerJeremy White <jwhite@codeweavers.com>2012-09-29 09:25:42 -0500
commit10d6e8ee3e59655c32c2d518cc6686eff902c6dc (patch)
treeccc2c91d6d40be84b14ee0d59221eef235fea9da
parentd8bb331784792bfd35bf158875b434243f0fe019 (diff)
Change include paths to fix rare compilation issue.
Technically, the xorg/ prefix should not be specified. It generally works, because xorg/ is usually hung off /usr/include. This enables compliation that correctly respects a pkg-config --cflags xorg-server.
-rw-r--r--src/spiceqxl_inputs.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/spiceqxl_inputs.c b/src/spiceqxl_inputs.c
index 898ef40..3c22d00 100644
--- a/src/spiceqxl_inputs.c
+++ b/src/spiceqxl_inputs.c
@@ -27,12 +27,12 @@
27#include "config.h" 27#include "config.h"
28#endif 28#endif
29 29
30#include <xorg/xf86Xinput.h> 30#include <xf86Xinput.h>
31#include <xorg/exevents.h> 31#include <exevents.h>
32#include <xorg/xserver-properties.h> 32#include <xserver-properties.h>
33#include <xorg/list.h> 33#include <list.h>
34#include <xorg/input.h> 34#include <input.h>
35#include <xorg/xkbsrv.h> 35#include <xkbsrv.h>
36#include <spice.h> 36#include <spice.h>
37#include "qxl.h" 37#include "qxl.h"
38#include "spiceqxl_inputs.h" 38#include "spiceqxl_inputs.h"