comparison 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
comparison
equal deleted inserted replaced
857:c19acba28590 858:220f55d540ae
30 #include "channel.h" 30 #include "channel.h"
31 #include "chansession.h" 31 #include "chansession.h"
32 #include "sshpty.h" 32 #include "sshpty.h"
33 #include "termcodes.h" 33 #include "termcodes.h"
34 #include "ssh.h" 34 #include "ssh.h"
35 #include "random.h" 35 #include "dbrandom.h"
36 #include "x11fwd.h" 36 #include "x11fwd.h"
37 #include "agentfwd.h" 37 #include "agentfwd.h"
38 #include "runopts.h" 38 #include "runopts.h"
39 #include "auth.h" 39 #include "auth.h"
40 40