diff options
Diffstat (limited to 'games/jigzo/files/patch-main.cxx')
-rw-r--r-- | games/jigzo/files/patch-main.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/jigzo/files/patch-main.cxx b/games/jigzo/files/patch-main.cxx new file mode 100644 index 000000000000..8228e5a919fc --- /dev/null +++ b/games/jigzo/files/patch-main.cxx @@ -0,0 +1,10 @@ +--- main.cxx.orig Wed Jan 11 04:42:54 2006 ++++ main.cxx Wed Jan 11 04:43:04 2006 +@@ -24,6 +24,7 @@ + * + */ + ++#include <unistd.h> + #include <cstdio> + #include <cstdlib> + #include <cstring> |