1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/multimedia/vic/files/patch-ax

12 lines
254 B
Plaintext
Raw Normal View History

--- p64/mkhuff.cc.orig Sun Nov 28 19:24:42 1999
+++ p64/mkhuff.cc Sun Nov 28 19:25:49 1999
@@ -45,6 +45,8 @@
extern "C" {
int getopt(int, char * const *, const char *);
}
+#else
+#include <unistd.h>
#endif
#define HUFFSTRINGS
#include "p64-huff.h"