ports/textproc/humanzip/files/patch-humanunzip.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

10 lines
189 B
C++

--- humanunzip.cpp.orig
+++ humanunzip.cpp
@@ -22,6 +22,7 @@
#include <fstream>
#include <sstream>
#include <vector>
+#include <unistd.h>
#include <sys/stat.h>
#include "humanzip.h"