diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-11-14 22:05:47 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-11-14 22:05:47 +0800 |
commit | cbe63bbabe5628e29fde8f30702d90e975fc75fb (patch) | |
tree | 031dc6a493f7f3813b81ec3d44819f8307c25964 /common-runopts.c | |
parent | de1deaf0bde9c0e67932420117caeb390f8ead98 (diff) |
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
Diffstat (limited to 'common-runopts.c')
-rw-r--r-- | common-runopts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common-runopts.c b/common-runopts.c index fe1089f..699ebda 100644 --- a/common-runopts.c +++ b/common-runopts.c @@ -29,7 +29,7 @@ #include "dbutil.h" #include "auth.h" #include "algo.h" -#include "random.h" +#include "dbrandom.h" runopts opts; /* GLOBAL */ |