forked from Lainports/freebsd-ports
- Add LICENSE - Support staging PR: ports/184904 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
9 lines
184 B
C++
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"
|