diff options
Diffstat (limited to 'hw/dmx/dmx.c')
-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 14b7d9858..fee28aa7d 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. */ -#include "X.h" -#include "Xproto.h" +#include <X11/X.h> +#include <X11/Xproto.h> #include "misc.h" #include "os.h" #include "dixstruct.h" |