11 lines
204 B
C
11 lines
204 B
C
--- image/rlelib.c.orig 2007-05-17 16:47:33 UTC
|
|
+++ image/rlelib.c
|
|
@@ -13,7 +13,7 @@
|
|
#include <stdio.h>
|
|
#include <math.h>
|
|
#if 0
|
|
-#include <varargs.h>
|
|
+#include <stdarg.h>
|
|
#endif
|
|
#include <ctype.h>
|
|
|