forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
251 B
C
11 lines
251 B
C
--- image/rlelib.c.bak 2007-05-18 01:47:33.000000000 +0900
|
|
+++ image/rlelib.c 2008-11-06 23:38:04.000000000 +0900
|
|
@@ -13,7 +13,7 @@
|
|
#include <stdio.h>
|
|
#include <math.h>
|
|
#if 0
|
|
-#include <varargs.h>
|
|
+#include <stdarg.h>
|
|
#endif
|
|
#include <ctype.h>
|
|
|