diff options
author | marha <marha@users.sourceforge.net> | 2011-05-12 11:03:26 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-05-12 11:03:26 +0000 |
commit | 3e9b8f0b0c2c4a0fdde2013a5445ebce9c344dd4 (patch) | |
tree | b42afb31d05c2de227d17a076cdf58267e4d57b9 /libX11/src | |
parent | f871d84ccfff423c34259024eaccc61e475cea6b (diff) | |
parent | 6355693a021ce9473196b685cc9f8c2cbb0899a8 (diff) | |
download | vcxsrv-3e9b8f0b0c2c4a0fdde2013a5445ebce9c344dd4.tar.gz vcxsrv-3e9b8f0b0c2c4a0fdde2013a5445ebce9c344dd4.tar.bz2 vcxsrv-3e9b8f0b0c2c4a0fdde2013a5445ebce9c344dd4.zip |
merge ^/branches/released .
Diffstat (limited to 'libX11/src')
-rw-r--r-- | libX11/src/SetLocale.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libX11/src/SetLocale.c b/libX11/src/SetLocale.c index 6741f2a5d..81c946cdf 100644 --- a/libX11/src/SetLocale.c +++ b/libX11/src/SetLocale.c @@ -63,6 +63,7 @@ from The Open Group. #include <X11/Xlocale.h>
#include <X11/Xos.h>
#include "XlcPubI.h"
+#include <unistd.h>
#define MAXLOCALE 64 /* buffer size of locale name */
|