diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-12 03:10:35 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-12 03:10:35 +0000 |
commit | db8d18cedb4a948ef0dc37703be4d795d39fef37 (patch) | |
tree | a97b98345ad7ce9b9ce6fc8184155786f1dcc5fb | |
parent | 0e95afc461f8f72759911400f664a05a6cd90312 (diff) | |
download | xorg-lib-libXcomposite-db8d18cedb4a948ef0dc37703be4d795d39fef37.tar.gz |
Use full path for Xcomposite.h headerXORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15
-rw-r--r-- | src/xcompositeint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xcompositeint.h b/src/xcompositeint.h index 31554f0..27f1b49 100644 --- a/src/xcompositeint.h +++ b/src/xcompositeint.h @@ -32,7 +32,7 @@ #include <X11/Xlibint.h> #include <X11/Xutil.h> #include <X11/extensions/compositeproto.h> -#include "Xcomposite.h" +#include <X11/extensions/Xcomposite.h> typedef struct _XCompositeExtDisplayInfo { struct _XCompositeExtDisplayInfo *next; /* keep a linked list */ |