diff options
Diffstat (limited to 'games/einstein/files/patch-random.cpp')
-rw-r--r-- | games/einstein/files/patch-random.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/einstein/files/patch-random.cpp b/games/einstein/files/patch-random.cpp index 7fa9f193e251..bcc6d7eb1762 100644 --- a/games/einstein/files/patch-random.cpp +++ b/games/einstein/files/patch-random.cpp @@ -1,8 +1,8 @@ ---- random.cpp.orig +--- random.cpp.orig 2005-08-14 02:40:58 UTC +++ random.cpp @@ -1,3 +1,5 @@ +#include "sys/time.h" + #include "random.h" #include "utils.h" - + |