diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-15 23:08:31 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-15 23:08:31 +0000 |
commit | 2f0487521da3da6784dd964c915071b82d749108 (patch) | |
tree | ba213fc5af42b1d2cf4b33589f0d161f6478eb79 /hw/dmx | |
parent | a407fa373bb72f29050e3f027042011075b3bdf0 (diff) |
Fix the *-config.h includes for the files that have moved in the modular
tree.
Diffstat (limited to 'hw/dmx')
-rw-r--r-- | hw/dmx/dmx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/dmx/dmx.c b/hw/dmx/dmx.c index ac6416d54..75623e696 100644 --- a/hw/dmx/dmx.c +++ b/hw/dmx/dmx.c @@ -43,8 +43,8 @@ * Please see the Client-to-Server DMX Extension to the X Protocol * document for details about the protocol. */ -#ifdef HAVE_DIX_CONFIG_H -#include <dix-config.h> +#ifdef HAVE_DMX_CONFIG_H +#include <dmx-config.h> #endif #include <X11/X.h> |