diff options
Diffstat (limited to 'games/xye/patches/patch-aa')
-rw-r--r-- | games/xye/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xye/patches/patch-aa b/games/xye/patches/patch-aa new file mode 100644 index 00000000000..79fd330f0ef --- /dev/null +++ b/games/xye/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2008/07/03 10:22:39 drochner Exp $ + +--- src/options.cpp.orig 2008-01-13 00:37:12.000000000 +0100 ++++ src/options.cpp +@@ -21,6 +21,7 @@ Permission is granted to anyone to use t + #include "options.h"
+ #include "gen.h"
+
++#include <unistd.h> +
+ #include <iostream>
+ #include <fstream>
|