summaryrefslogtreecommitdiff
path: root/multimedia/vic/files/patch-ax
blob: 477fa0bbbc4c5d318411600c7f4e735b28303be8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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"