diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-11-24 14:08:58 -0700 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-11-24 14:08:58 -0700 |
commit | df6155fcff66034457b3165f5df0a61ccfc41314 (patch) | |
tree | 533a3edc14a84d654ce5dd1f2eb305a42a138991 /src/glx/x11 | |
parent | 868c607c1751fc3e6df1a8dc45e8b70e6bc315f6 (diff) | |
parent | b730d0d3e9b202b17a0815cb820fc9905f35cb98 (diff) |
Merge commit 'origin/master' into gallium-0.2
Conflicts:
progs/glsl/Makefile
Diffstat (limited to 'src/glx/x11')
-rw-r--r-- | src/glx/x11/single2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/x11/single2.c b/src/glx/x11/single2.c index b008c6996c..83a2505222 100644 --- a/src/glx/x11/single2.c +++ b/src/glx/x11/single2.c @@ -40,6 +40,7 @@ #ifdef USE_XCB #include <xcb/xcb.h> #include <xcb/glx.h> +#include <X11/Xlib-xcb.h> #endif /* USE_XCB */ |