diff options
author | marha <marha@users.sourceforge.net> | 2009-07-25 12:18:33 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-07-25 12:18:33 +0000 |
commit | 307fb760da68b26eb694895df5b7081dffe80b3c (patch) | |
tree | fee315cb2a9745c5d7a92329e41ec95d84dea14c /libxcb/src/c_client.py | |
parent | 1204cba5d6dbdfc8fc31cb7c4a4e467b9c55fc48 (diff) | |
download | vcxsrv-307fb760da68b26eb694895df5b7081dffe80b3c.tar.gz vcxsrv-307fb760da68b26eb694895df5b7081dffe80b3c.tar.bz2 vcxsrv-307fb760da68b26eb694895df5b7081dffe80b3c.zip |
libxcb compiles again
Diffstat (limited to 'libxcb/src/c_client.py')
-rw-r--r-- | libxcb/src/c_client.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libxcb/src/c_client.py b/libxcb/src/c_client.py index d86d05e24..c3fa2eff1 100644 --- a/libxcb/src/c_client.py +++ b/libxcb/src/c_client.py @@ -162,6 +162,7 @@ def c_open(self): _c('#include <assert.h>') _c('#include "xcbext.h"') _c('#include "%s.h"', _ns.header) + _c('#include <X11/Xtrans/Xtrans.h>') if _ns.is_ext: for (n, h) in self.imports: |