diff options
Diffstat (limited to 'archivers/libcabinet/files/patch-cfcreate.h')
-rw-r--r-- | archivers/libcabinet/files/patch-cfcreate.h | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/archivers/libcabinet/files/patch-cfcreate.h b/archivers/libcabinet/files/patch-cfcreate.h index 2b6a8be2d6e4..023e4a6b9602 100644 --- a/archivers/libcabinet/files/patch-cfcreate.h +++ b/archivers/libcabinet/files/patch-cfcreate.h @@ -1,6 +1,15 @@ ---- cfcreate.h.orig Tue Dec 19 20:09:01 2006 -+++ cfcreate.h Tue Dec 19 20:09:09 2006 -@@ -211,7 +211,7 @@ +--- cfcreate.h.orig 1999-10-24 07:29:53.000000000 -0400 ++++ cfcreate.h 2014-02-21 15:47:18.116272433 -0500 +@@ -20,6 +20,8 @@ + #include "cffile.h" + #include "zlib.h" + ++using std::fstream; ++ + #ifdef unix + #include <unistd.h> + #endif +@@ -211,7 +213,7 @@ int process_block(const byte* data, word datalen); int read_block(istream& in, byte* &buf, int& bytesread); int compress_block(byte* &dest, word &destlen, byte* src, word srclen); |