diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-19 04:53:20 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-19 04:53:20 +0000 |
commit | 27962f426c54ee19d648601825485c2ca2b50832 (patch) | |
tree | a3dad2ffad36db0c2a304ad439810a2861360ba1 /src | |
parent | 62c6d0bf4b5d5e27f586bb8a1beccc27bab4ef4c (diff) |
Use correct path to region.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/Picture.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <config.h> #endif #include "Xrenderint.h" -#include "region.h" +#include <X11/region.h> static void _XRenderProcessPictureAttributes (Display *dpy, |