summaryrefslogtreecommitdiff
path: root/hw/vfb
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-12 00:52:48 +0000
committerKevin E Martin <kem@kem.org>2005-07-12 00:52:48 +0000
commite348ac4b4dfb1112c19fe5fe5441182e66716087 (patch)
tree7a134ecd815966046050ab8db2e42c7d5f826e3f /hw/vfb
parentb7a9a6a03560bdf6584c71bf0b546301bba9ab89 (diff)
Prepare Xdmx and Xvfb for modularization by adding appropriate #include
<{dix,dmx}-config.h> to the source files.
Diffstat (limited to 'hw/vfb')
-rw-r--r--hw/vfb/InitInput.c6
-rw-r--r--hw/vfb/InitOutput.c4
2 files changed, 9 insertions, 1 deletions
diff --git a/hw/vfb/InitInput.c b/hw/vfb/InitInput.c
index c8d877074..57f466444 100644
--- a/hw/vfb/InitInput.c
+++ b/hw/vfb/InitInput.c
@@ -28,6 +28,10 @@ from The Open Group.
*/
/* $XFree86: xc/programs/Xserver/hw/vfb/InitInput.c,v 3.9 2001/12/14 19:59:45 dawes Exp $ */
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#include <X11/X.h>
#define NEED_EVENTS
#include "mi.h"
@@ -38,7 +42,7 @@ from The Open Group.
#include "mibstore.h"
#include "mipointer.h"
#include "lk201kbd.h"
-#include "keysym.h"
+#include <X11/keysym.h>
Bool
LegalModifier(unsigned int key, DevicePtr pDev)
diff --git a/hw/vfb/InitOutput.c b/hw/vfb/InitOutput.c
index f446fad38..23f16c362 100644
--- a/hw/vfb/InitOutput.c
+++ b/hw/vfb/InitOutput.c
@@ -28,6 +28,10 @@ from The Open Group.
*/
/* $XFree86: xc/programs/Xserver/hw/vfb/InitOutput.c,v 3.25 2003/11/15 04:01:56 dawes Exp $ */
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#if defined(WIN32)
#include <X11/Xwinsock.h>
#endif