mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
- 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"
|