diff options
author | Matt Dew <marcoz@osource.org> | 2013-10-21 21:03:29 -0600 |
---|---|---|
committer | Matt Dew <marcoz@osource.org> | 2013-10-21 21:03:29 -0600 |
commit | ec6de521161d5c45885c8751c250d3fabcbc2194 (patch) | |
tree | 33629917ea0e9b9fd8f58d414c0d629e372b74d2 /dix | |
parent | 14276213ac4d59316d5745ccb9a2fb23eb10cf99 (diff) | |
parent | a1985e892f5b5f0959235a631d8bcf676b78bfbc (diff) |
Merge commit 'a1985e892f5b5f0959235a631d8bcf676b78bfbc' into server-1.14-branch
Diffstat (limited to 'dix')
-rw-r--r-- | dix/window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dix/window.c b/dix/window.c index 8e61779e7..1cf46dcad 100644 --- a/dix/window.c +++ b/dix/window.c @@ -126,6 +126,7 @@ Equipment Corporation. #ifdef COMPOSITE #include "compint.h" #endif +#include "selection.h" #include "privates.h" #include "xace.h" |