mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Prepare Xdmx and Xvfb for modularization by adding appropriate #include
<{dix,dmx}-config.h> to the source files.
This commit is contained in:
parent
b7a9a6a035
commit
e348ac4b4d
52 changed files with 212 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue