diff options
Diffstat (limited to 'games/xye/patches/patch-src_gen.cpp')
-rw-r--r-- | games/xye/patches/patch-src_gen.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/games/xye/patches/patch-src_gen.cpp b/games/xye/patches/patch-src_gen.cpp index e5b9675321f..fa2f3b8188d 100644 --- a/games/xye/patches/patch-src_gen.cpp +++ b/games/xye/patches/patch-src_gen.cpp @@ -1,12 +1,12 @@ -$NetBSD: patch-src_gen.cpp,v 1.1 2013/04/29 21:31:11 joerg Exp $ +$NetBSD: patch-src_gen.cpp,v 1.2 2013/06/09 06:30:14 ryoon Exp $ ---- src/gen.cpp.orig 2013-04-29 18:55:25.000000000 +0000 +--- src/gen.cpp.orig 2013-06-09 06:21:13.000000000 +0000 +++ src/gen.cpp -@@ -19,6 +19,7 @@ Permission is granted to anyone to use t - #include "gen.h"
- #include "vxsdl.h"
- #include<cstdio>
-+#include<ctime>
-
- const float F_RAND_MAX = (float)(RAND_MAX);
-
+@@ -21,6 +21,7 @@ Permission is granted to anyone to use t + #include<cstdio> + #include<iostream> + #include<fstream> ++#include<ctime> + + const float F_RAND_MAX = (float)(RAND_MAX); + |