diff options
Diffstat (limited to 'graphics/urt/files/patch-lib-rle_hdr.c')
-rw-r--r-- | graphics/urt/files/patch-lib-rle_hdr.c | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/graphics/urt/files/patch-lib-rle_hdr.c b/graphics/urt/files/patch-lib-rle_hdr.c index ffe4250..0bf9d39 100644 --- a/graphics/urt/files/patch-lib-rle_hdr.c +++ b/graphics/urt/files/patch-lib-rle_hdr.c @@ -1,6 +1,14 @@ ---- lib/rle_hdr.c.orig Thu Nov 29 21:57:53 2007 -+++ lib/rle_hdr.c Thu Nov 29 21:59:23 2007 -@@ -269,6 +269,8 @@ +--- lib/rle_hdr.c.orig 1992-06-27 05:44:20.000000000 +0900 ++++ lib/rle_hdr.c 2012-10-15 22:05:32.000000000 +0900 +@@ -26,6 +26,7 @@ + */ + static char rcsid[] = "$Header: /tmp_mnt/n/itn/hendrix/u/spencer/RCS/rle_hdr.c,v 3.0.1.1 1992/04/30 14:08:07 spencer Exp spencer $"; + ++#include <string.h> + #include "rle.h" + + /***************************************************************** +@@ -269,6 +270,8 @@ { rle_hdr *ret_hdr; |