blob: 96fea20fd346e962259e2c49d89ecd60742b0f3e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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>
|