diff options
Diffstat (limited to 'games/qonk/files/patch-main.cpp')
-rw-r--r-- | games/qonk/files/patch-main.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/qonk/files/patch-main.cpp b/games/qonk/files/patch-main.cpp new file mode 100644 index 000000000000..e17394a72ab0 --- /dev/null +++ b/games/qonk/files/patch-main.cpp @@ -0,0 +1,10 @@ +--- main.cpp.orig Wed Jul 13 13:40:12 2005 ++++ main.cpp Wed Jul 13 13:41:13 2005 +@@ -1,5 +1,7 @@ + // Copyright 2005 by Anthony Liekens anthony@liekens.net + ++#include <time.h> ++ + #include "coordinate.h" + #include "stars.h" + #include "planets.h" |