From cbe63bbabe5628e29fde8f30702d90e975fc75fb Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 14 Nov 2013 22:05:47 +0800 Subject: rename random.h to dbrandom.h since some OSes have a system random.h --HG-- rename : random.c => dbrandom.c rename : random.h => dbrandom.h --- cli-agentfwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli-agentfwd.c') 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" -- cgit v1.2.3