summaryrefslogtreecommitdiff
path: root/graphics/urt/files/patch-cnv__rletogray.c
blob: f6ce5149ad55bb49796eab99ff6d10a98d79c134 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- cnv/rletogray.c.orig	1992-04-30 22:59:30.000000000 +0900
+++ cnv/rletogray.c	2012-10-15 22:37:09.000000000 +0900
@@ -30,6 +30,7 @@
 */
 
 #include <stdio.h>
+#include <string.h>
 #include "rle.h"
 
 typedef FILE	*FILPTR;
@@ -41,7 +42,7 @@
  *	infile			File to split.  If none, uses stdin.
  */
 
-void
+int
 main(argc, argv)
 int  argc;
 char *argv[];