ports/textproc/humanzip/files/patch-humanzip.cpp
Pawel Pekala caca19fd67 - Fix biuld with clang
- Add LICENSE
- Support staging

PR:		ports/184904
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-24 14:42:35 +00:00

9 lines
184 B
C++

--- humanzip.cpp.orig
+++ humanzip.cpp
@@ -24,6 +24,7 @@
#include <getopt.h>
#include <vector>
#include <iomanip>
+#include <unistd.h>
#include <sys/stat.h>
#include "humanzip.h"