diff options
author | dscho <dscho> | 2002-01-17 09:33:17 +0000 |
---|---|---|
committer | dscho <dscho> | 2002-01-17 09:33:17 +0000 |
commit | 7b90c44708b6b3096419af747e4a4f3470d2d4db (patch) | |
tree | 4214a827c7505e97c6863d00d00b07f82b770d5a /vncauth.c | |
parent | ba66518fa044cf164cc3d963a248002c45f29538 (diff) | |
download | libtdevnc-7b90c44708b6b3096419af747e4a4f3470d2d4db.tar.gz libtdevnc-7b90c44708b6b3096419af747e4a4f3470d2d4db.zip |
correct BackChannel handling, compile cleanups
Diffstat (limited to 'vncauth.c')
-rw-r--r-- | vncauth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,8 +26,8 @@ #include <string.h> #include <sys/types.h> #include <sys/stat.h> -#ifdef WIN32 #include <time.h> +#ifdef WIN32 #define srandom srand #define random rand #else |