summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-12 03:10:35 +0000
committerKeith Packard <keithp@keithp.com>2005-07-12 03:10:35 +0000
commitdb8d18cedb4a948ef0dc37703be4d795d39fef37 (patch)
treea97b98345ad7ce9b9ce6fc8184155786f1dcc5fb
parent0e95afc461f8f72759911400f664a05a6cd90312 (diff)
Use full path for Xcomposite.h header
-rw-r--r--src/xcompositeint.h2
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 */