mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
59e4b7969b
Submitted by: Ade Lovett <ade@lovett.com>
12 lines
254 B
Plaintext
12 lines
254 B
Plaintext
--- 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"
|