summaryrefslogtreecommitdiffstats
path: root/vncauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'vncauth.c')
-rw-r--r--vncauth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vncauth.c b/vncauth.c
index 1014291..ef27e35 100644
--- a/vncauth.c
+++ b/vncauth.c
@@ -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