summaryrefslogtreecommitdiff
path: root/cli-agentfwd.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-11-14 22:05:47 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-11-14 22:05:47 +0800
commit0bd529943883133e899f74a501b9bb03f56b70c4 (patch)
tree2d15693b0c5ed6a60c2b3659bd94a879ecf58bff /cli-agentfwd.c
parent67f4cce42c59be9b580ea0229a7dfcb5187d575c (diff)
downloaddropbear-0bd529943883133e899f74a501b9bb03f56b70c4.tar.gz
rename random.h to dbrandom.h since some OSes have a system random.h
Diffstat (limited to 'cli-agentfwd.c')
-rw-r--r--cli-agentfwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-agentfwd.c b/cli-agentfwd.c
index b0c589b..f166121 100644
--- a/cli-agentfwd.c
+++ b/cli-agentfwd.c
@@ -34,7 +34,7 @@
#include "channel.h"
#include "packet.h"
#include "buffer.h"
-#include "random.h"
+#include "dbrandom.h"
#include "listener.h"
#include "runopts.h"
#include "atomicio.h"