mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
10 lines
249 B
C++
10 lines
249 B
C++
--- lib/unzip/src/zip_wrapper.cpp.orig 2003-09-16 20:35:10.000000000 +0300
|
|
+++ lib/unzip/src/zip_wrapper.cpp
|
|
@@ -2,6 +2,7 @@
|
|
#include <iostream>
|
|
#include <stdlib.h>
|
|
#include <string>
|
|
+#include <cstring>
|
|
#include <vector>
|
|
|
|
using namespace std;
|