mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Add LICENSE - Support staging PR: ports/184904 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
10 lines
189 B
C++
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"
|
|
|