diff options
Diffstat (limited to 'sysutils/fusefs-zip/files/patch-lib_bigBuffer.h')
-rw-r--r-- | sysutils/fusefs-zip/files/patch-lib_bigBuffer.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/fusefs-zip/files/patch-lib_bigBuffer.h b/sysutils/fusefs-zip/files/patch-lib_bigBuffer.h new file mode 100644 index 000000000000..12de3e6f4655 --- /dev/null +++ b/sysutils/fusefs-zip/files/patch-lib_bigBuffer.h @@ -0,0 +1,10 @@ +--- lib/bigBuffer.h.orig 2013-10-11 01:12:58.000000000 +0400 ++++ lib/bigBuffer.h 2013-10-11 01:13:02.000000000 +0400 +@@ -26,6 +26,7 @@ + #include <unistd.h> + + #include <vector> ++#include <string> + + #include "types.h" + |