diff common-runopts.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 d4ce5269a439
children 17d874ae93a1
line wrap: on
line diff
--- a/common-runopts.c	Thu Nov 14 22:03:30 2013 +0800
+++ b/common-runopts.c	Thu Nov 14 22:05:47 2013 +0800
@@ -29,7 +29,7 @@
 #include "dbutil.h"
 #include "auth.h"
 #include "algo.h"
-#include "random.h"
+#include "dbrandom.h"
 
 runopts opts; /* GLOBAL */