diff options
Diffstat (limited to 'graphics/urt/files/patch-tools-rlecat.c')
-rw-r--r-- | graphics/urt/files/patch-tools-rlecat.c | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/graphics/urt/files/patch-tools-rlecat.c b/graphics/urt/files/patch-tools-rlecat.c index ea47498..d2b3e89 100644 --- a/graphics/urt/files/patch-tools-rlecat.c +++ b/graphics/urt/files/patch-tools-rlecat.c @@ -1,6 +1,14 @@ ---- tools/rlecat.c.orig Thu Nov 29 16:39:51 2007 -+++ tools/rlecat.c Thu Nov 29 16:40:44 2007 -@@ -62,7 +62,7 @@ +--- tools/rlecat.c.orig 1992-04-30 23:11:44.000000000 +0900 ++++ tools/rlecat.c 2012-10-16 00:43:29.000000000 +0900 +@@ -15,6 +15,7 @@ + */ + + #include <stdio.h> ++#include <unistd.h> + #include "rle.h" + #include "rle_raw.h" + +@@ -62,7 +63,7 @@ * repeat count. If the collation flag (-c) is specified, then * all images will be read before starting to repeat. */ @@ -9,7 +17,7 @@ main( argc, argv ) int argc; char **argv; -@@ -110,7 +110,7 @@ +@@ -110,7 +111,7 @@ nflag = 0; /* Not really repeating! */ else { |