diff options
author | marha <marha@users.sourceforge.net> | 2013-02-27 11:18:10 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-02-27 11:18:10 +0100 |
commit | 3c0e16af61a9e0b6f9edab1d403adfaa85456599 (patch) | |
tree | 21f9a06f1e51d05763383c22f63d1eabebca9383 /libX11/src/GetDflt.c | |
parent | 9bed5520560f553ac8ad4985ed41b31499d903fc (diff) | |
download | vcxsrv-3c0e16af61a9e0b6f9edab1d403adfaa85456599.tar.gz vcxsrv-3c0e16af61a9e0b6f9edab1d403adfaa85456599.tar.bz2 vcxsrv-3c0e16af61a9e0b6f9edab1d403adfaa85456599.zip |
Solved link problem (snprintf)
Diffstat (limited to 'libX11/src/GetDflt.c')
-rw-r--r-- | libX11/src/GetDflt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libX11/src/GetDflt.c b/libX11/src/GetDflt.c index fa7d366f5..d32b3c65a 100644 --- a/libX11/src/GetDflt.c +++ b/libX11/src/GetDflt.c @@ -86,6 +86,7 @@ SOFTWARE. #include <X11/Xos_r.h> #endif #include <stdio.h> +#include <unistd.h> #include <ctype.h> |