diff options
author | marha <marha@users.sourceforge.net> | 2009-07-25 13:17:33 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-07-25 13:17:33 +0000 |
commit | 02934f83dd4f5848083e2e5cdbc6ef7f60361f06 (patch) | |
tree | 61beb3c41beb366cdc9464da0835e9444c39a453 /libX11/src/xlibi18n/lcDB.c | |
parent | cb897b8ffca0a68c017c2edfa523cb5ff0491962 (diff) | |
parent | a7be905cf4423239285228d4e23caf2172adfa8b (diff) | |
download | vcxsrv-02934f83dd4f5848083e2e5cdbc6ef7f60361f06.tar.gz vcxsrv-02934f83dd4f5848083e2e5cdbc6ef7f60361f06.tar.bz2 vcxsrv-02934f83dd4f5848083e2e5cdbc6ef7f60361f06.zip |
libx11 compiles again
Diffstat (limited to 'libX11/src/xlibi18n/lcDB.c')
-rw-r--r-- | libX11/src/xlibi18n/lcDB.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libX11/src/xlibi18n/lcDB.c b/libX11/src/xlibi18n/lcDB.c index 31ef9b800..5cadf39c1 100644 --- a/libX11/src/xlibi18n/lcDB.c +++ b/libX11/src/xlibi18n/lcDB.c @@ -50,6 +50,8 @@ #endif /* NOT_X_ENV */ +#include <stdint.h> + /* specifying NOT_X_ENV allows users to just use the database parsing routine. */ /* For UDC/VW */ |