diff options
-rw-r--r-- | games/einstein/files/patch-random.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/einstein/files/patch-random.cpp b/games/einstein/files/patch-random.cpp new file mode 100644 index 000000000000..63fe8611ed05 --- /dev/null +++ b/games/einstein/files/patch-random.cpp @@ -0,0 +1,14 @@ +--- /dev/null 1 Jan 1970 00:00:00 -0000 ++++ files/patch-random.cpp 7 Mar 2005 16:00:23 -0000 +@@ -0,0 +1,11 @@ ++ ++$FreeBSD$ ++ ++--- random.cpp.orig +++++ random.cpp ++@@ -1,3 +1,5 @@ +++#include "sys/time.h" +++ ++ #include "random.h" ++ #include "utils.h" ++ |