diff options
author | Egbert Eich <eich@suse.de> | 2004-05-24 19:06:58 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-05-24 19:06:58 +0000 |
commit | a9b18ca5a13816d4ffbbd00d3fc80a048e84e94f (patch) | |
tree | 9b4bbb9b799b859b46e0b81ee8ad9505635721e4 | |
parent | 76f134caf8da6a08f0fb3587868efaec401c7e74 (diff) |
Fix build glitches when building modules independently using Imake.rel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1
-rw-r--r-- | src/Xrandrint.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Xrandrint.h b/src/Xrandrint.h index 87724c9..8838d78 100644 --- a/src/Xrandrint.h +++ b/src/Xrandrint.h @@ -32,11 +32,11 @@ #define NEED_REPLIES #include <X11/Xlibint.h> #include <X11/Xutil.h> -#include "Xext.h" /* in ../include */ -#include "extutil.h" /* in ../include */ +#include <X11/extensions/Xext.h> +#include <X11/extensions/extutil.h> #include "Xrandr.h" -#include "randr.h" -#include "randrproto.h" +#include <X11/extensions/randr.h> +#include <X11/extensions/randrproto.h> extern XExtensionInfo XrandrExtensionInfo; extern char XrandrExtensionName[]; |