diff options
Diffstat (limited to 'hw/dmx/dmxpict.c')
-rw-r--r-- | hw/dmx/dmxpict.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/dmx/dmxpict.c b/hw/dmx/dmxpict.c index 69dda63fe..7e831a5fe 100644 --- a/hw/dmx/dmxpict.c +++ b/hw/dmx/dmxpict.c @@ -46,8 +46,8 @@ #include "pixmapstr.h" #include "dixstruct.h" -#include "render.h" -#include "renderproto.h" +#include <X11/extensions/render.h> +#include <X11/extensions/renderproto.h> #include "picture.h" #include "picturestr.h" #include "mipict.h" |