diff options
author | marha <marha@users.sourceforge.net> | 2013-07-16 08:59:33 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-07-16 08:59:33 +0200 |
commit | d00d82f6017166fdeb927320ce4c656cb99319fd (patch) | |
tree | 75d388ec743971c4bdcc85b639f8bc35458b27e0 /xkbcomp | |
parent | 707c146a74f6ff862be3ebb2470d1f31e29dd907 (diff) | |
parent | 06f4de23ace4de1fd628c37891214f0a4ecb77db (diff) | |
download | vcxsrv-d00d82f6017166fdeb927320ce4c656cb99319fd.tar.gz vcxsrv-d00d82f6017166fdeb927320ce4c656cb99319fd.tar.bz2 vcxsrv-d00d82f6017166fdeb927320ce4c656cb99319fd.zip |
Merge remote-tracking branch 'origin/released'
* origin/released:
libxcb xcb-proto mesa xkbcomp git update 16 Jul 2013
Conflicts:
mesalib/src/glsl/glsl_symbol_table.cpp
Diffstat (limited to 'xkbcomp')
-rw-r--r-- | xkbcomp/xkbscan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xkbcomp/xkbscan.c b/xkbcomp/xkbscan.c index 3aa77472a..24b1e0f06 100644 --- a/xkbcomp/xkbscan.c +++ b/xkbcomp/xkbscan.c @@ -24,6 +24,7 @@ ********************************************************/ +#include <stdlib.h> #include <stdio.h> #include <ctype.h> #include <X11/Xos.h> |