diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-09-14 01:14:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-09-14 01:14:22 +0000 |
commit | 499b86f6af6b5abcd5312e15c5062f442b3bdc8b (patch) | |
tree | 49deb3db625a90e33f0b29d25ce66a1912e94baa /games | |
parent | bae8888daf207c15db550a7becc2b391b9c26607 (diff) | |
download | ports-499b86f6af6b5abcd5312e15c5062f442b3bdc8b.tar.gz ports-499b86f6af6b5abcd5312e15c5062f442b3bdc8b.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/untahris/files/patch-untahris.cpp | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/games/untahris/files/patch-untahris.cpp b/games/untahris/files/patch-untahris.cpp index e24ee2ac2dce..4e9ca9e36c3b 100644 --- a/games/untahris/files/patch-untahris.cpp +++ b/games/untahris/files/patch-untahris.cpp @@ -1,7 +1,12 @@ --- untahris.cpp.orig 2009-05-20 01:54:16.000000000 +0400 -+++ untahris.cpp 2009-07-07 17:39:06.000000000 +0400 -@@ -6,7 +6,7 @@ ++++ untahris.cpp 2013-09-13 21:12:51.205227100 +0400 +@@ -4,9 +4,12 @@ + // -------------------------------------------------------------- + // Main file. ++#include <unistd.h> ++#include <time.h> ++ #include "untahris.h" -char *configfile = "config.unt"; @@ -9,7 +14,7 @@ #include "tools.cpp" #include "intface.cpp" -@@ -291,6 +291,8 @@ +@@ -291,6 +294,8 @@ } int main(int argc, char **argv) { |