diff svr-chansession.c @ 858:220f55d540ae

rename random.h to dbrandom.h since some OSes have a system random.h
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 22:05:47 +0800
parents bcfa7f779531
children 80af450dae76
line wrap: on
line diff
--- a/svr-chansession.c	Thu Nov 14 22:03:30 2013 +0800
+++ b/svr-chansession.c	Thu Nov 14 22:05:47 2013 +0800
@@ -32,7 +32,7 @@
 #include "sshpty.h"
 #include "termcodes.h"
 #include "ssh.h"
-#include "random.h"
+#include "dbrandom.h"
 #include "x11fwd.h"
 #include "agentfwd.h"
 #include "runopts.h"