Bug Fix
- Added include, according to random website which claims it makes the difference.
This commit is contained in:
@@ -52,14 +52,6 @@ Context::Context ()
|
||||
, cmd ()
|
||||
, inShadow (false)
|
||||
{
|
||||
// Set up randomness.
|
||||
/*
|
||||
#ifdef HAVE_SRANDOM
|
||||
srandom (time (NULL));
|
||||
#else
|
||||
srand (time (NULL));
|
||||
#endif
|
||||
*/
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user