3e7c48f062
a program to convert CompuServe GIF images to the PNG format.
11 lines
228 B
Plaintext
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"
|
|
|