diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xloadimage/files/patch-rlelib.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/xloadimage/files/patch-rlelib.c b/x11/xloadimage/files/patch-rlelib.c new file mode 100644 index 000000000000..7a11550ed960 --- /dev/null +++ b/x11/xloadimage/files/patch-rlelib.c @@ -0,0 +1,10 @@ +--- rlelib.c.base Wed Oct 22 17:20:09 2003 ++++ rlelib.c Wed Oct 22 17:18:30 2003 +@@ -12,7 +12,6 @@ + + #include <stdio.h> + #include <math.h> +-#include <varargs.h> + #include <ctype.h> + + #include "image.h" /* need ZFILE definition */ |