From 27962f426c54ee19d648601825485c2ca2b50832 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 19 Jul 2005 04:53:20 +0000 Subject: Use correct path to region.h. --- src/Picture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Picture.c b/src/Picture.c index 5b08bf3..d6af05f 100644 --- a/src/Picture.c +++ b/src/Picture.c @@ -26,7 +26,7 @@ #include #endif #include "Xrenderint.h" -#include "region.h" +#include static void _XRenderProcessPictureAttributes (Display *dpy, -- cgit v1.2.1