mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 07:43:08 +02:00
Bug Fix
- Added include, according to random website which claims it makes the difference.
This commit is contained in:
parent
389fa400a6
commit
edcb719d94
2 changed files with 1 additions and 8 deletions
|
@ -52,14 +52,6 @@ Context::Context ()
|
|||
, cmd ()
|
||||
, inShadow (false)
|
||||
{
|
||||
// Set up randomness.
|
||||
/*
|
||||
#ifdef HAVE_SRANDOM
|
||||
srandom (time (NULL));
|
||||
#else
|
||||
srand (time (NULL));
|
||||
#endif
|
||||
*/
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include "Context.h"
|
||||
|
||||
Context context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue