openbsd-ports/graphics/gif2png/patches/patch-ac
brad 3e7c48f062 add gif2png port;
a program to convert CompuServe GIF images to the PNG format.
1999-09-06 23:40:07 +00:00

11 lines
228 B
Plaintext

--- gif2png.c.orig Mon Sep 6 19:18:38 1999
+++ gif2png.c Mon Sep 6 19:18:58 1999
@@ -7,6 +7,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
+#include <unistd.h>
#define PNG_INTERNAL
#include "gif2png.h"