summaryrefslogtreecommitdiff
path: root/hw/xnest/Pointer.c
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-14 03:36:44 +0000
committerKevin E Martin <kem@kem.org>2005-07-14 03:36:44 +0000
commit6b546d0ec07e493b501e82300b3e6c143cd4d0ac (patch)
tree72d3f60b7169aa295a8a0b5aca4b74af1f9963bf /hw/xnest/Pointer.c
parent7375f4d13626bbba4204e2f08f41c212b2eed992 (diff)
Add #include <xnest-config.h> to the Xnest source files for modularization.
Diffstat (limited to 'hw/xnest/Pointer.c')
-rw-r--r--hw/xnest/Pointer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xnest/Pointer.c b/hw/xnest/Pointer.c
index 7613122be..1533a06d8 100644
--- a/hw/xnest/Pointer.c
+++ b/hw/xnest/Pointer.c
@@ -14,6 +14,10 @@ is" without express or implied warranty.
*/
/* $XFree86$ */
+#ifdef HAVE_XNEST_CONFIG_H
+#include <xnest-config.h>
+#endif
+
#include <X11/X.h>
#include <X11/Xproto.h>
#include "screenint.h"