diff options
Diffstat (limited to 'games/xye/patches/patch-src_gen.cpp')
-rw-r--r-- | games/xye/patches/patch-src_gen.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xye/patches/patch-src_gen.cpp b/games/xye/patches/patch-src_gen.cpp new file mode 100644 index 00000000000..e5b9675321f --- /dev/null +++ b/games/xye/patches/patch-src_gen.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-src_gen.cpp,v 1.1 2013/04/29 21:31:11 joerg Exp $ + +--- src/gen.cpp.orig 2013-04-29 18:55:25.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);
+
|