Avoid name clash - change random to random_jkiss

This commit is contained in:
counterpoint
2015-08-26 16:18:08 +01:00
parent 162db13523
commit 820bb4ea00
6 changed files with 9 additions and 9 deletions

View File

@ -43,7 +43,7 @@
#include <skygw_utils.h>
#include <log_manager.h>
#include <secrets.h>
#include <random.h>
#include <random_jkiss.h>
/** Defined in log_manager.cc */
extern int lm_enabled_logfiles_bitmask;