mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 11:36:40 -04:00
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>
|
|
|