diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 23:33:53 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 23:33:53 +0000 |
commit | 44528218d5ca75b842e4cefd8fdc58be2f35f0f4 (patch) | |
tree | 83016a9e47fb716d6351a3813595ef6c4f2e6908 /hw | |
parent | efa9d5f4757bfc0588cee361bcc78dd8a09efa62 (diff) |
Change dmxext.h and dmxproto.h to <X11/extensions/...>.
Diffstat (limited to 'hw')
-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 fee28aa7d..c91b58304 100644 --- a/hw/dmx/dmx.c +++ b/hw/dmx/dmx.c @@ -53,10 +53,10 @@ #include "opaque.h" #include "dmxextension.h" -#include "dmxproto.h" +#include <X11/extensions/dmxproto.h> #define _DMX_SERVER_ -#include "dmxext.h" +#include <X11/extensions/dmxext.h> #ifdef PANORAMIX #include "panoramiX.h" |