Prepare Xdmx and Xvfb for modularization by adding appropriate #include

<{dix,dmx}-config.h> to the source files.
This commit is contained in:
Kevin E Martin 2005-07-12 00:52:48 +00:00
commit e348ac4b4d
52 changed files with 212 additions and 6 deletions

View file

@ -39,6 +39,10 @@
* that arequired by the dix layer.
*/
#ifdef HAVE_DMX_CONFIG_H
#include <dmx-config.h>
#endif
#include "dmx.h"
#include "dmxlog.h"
#include "dmxinput.h"