diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-11-22 20:31:34 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-11-22 20:31:34 +0000 |
commit | 5cc22f3ebb0e7e2c512088be308c666e695daec4 (patch) | |
tree | 1f0fc03bf4f47ec2d71309b70d97499cc73eeb1b /dist/libxcb/src/xcb_ext.c | |
parent | 0020ec3315ff8cb6aeae2358cd40dcb2940198dc (diff) |
Update to libxcb 1.9.0.
tested by ajacoutot@ and naddy@ on a full ports build
Diffstat (limited to 'dist/libxcb/src/xcb_ext.c')
-rw-r--r-- | dist/libxcb/src/xcb_ext.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/libxcb/src/xcb_ext.c b/dist/libxcb/src/xcb_ext.c index 68bb29bdf..831f28381 100644 --- a/dist/libxcb/src/xcb_ext.c +++ b/dist/libxcb/src/xcb_ext.c @@ -25,6 +25,10 @@ /* A cache for QueryExtension results. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdlib.h> #include <string.h> |