summaryrefslogtreecommitdiff
path: root/hw/dmx/dmxstat.c
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/dmx/dmxstat.c
parentb7a9a6a03560bdf6584c71bf0b546301bba9ab89 (diff)
Prepare Xdmx and Xvfb for modularization by adding appropriate #include
<{dix,dmx}-config.h> to the source files.
Diffstat (limited to 'hw/dmx/dmxstat.c')
-rw-r--r--hw/dmx/dmxstat.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/dmx/dmxstat.c b/hw/dmx/dmxstat.c
index ae3f40458..3b092b2a8 100644
--- a/hw/dmx/dmxstat.c
+++ b/hw/dmx/dmxstat.c
@@ -43,6 +43,10 @@
* calls and monitoring their latency. This functionality can be turned
* on using the -stat command-line parameter. */
+#ifdef HAVE_DMX_CONFIG_H
+#include <dmx-config.h>
+#endif
+
#include "dmx.h"
#include "dmxstat.h"
#include "dmxlog.h"