From 1a8c9912956e5b788bc388db464e72af0069d7ca Mon Sep 17 00:00:00 2001 From: trojan Date: Mon, 9 Jun 2003 09:51:01 +0000 Subject: [PATCH] - added Changed files: unrar-include.patch -> 1.1 --- unrar-include.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 unrar-include.patch diff --git a/unrar-include.patch b/unrar-include.patch new file mode 100644 index 0000000..5c3b220 --- /dev/null +++ b/unrar-include.patch @@ -0,0 +1,12 @@ +diff -Nru unrar.orig/array.hpp unrar/array.hpp +--- unrar.orig/array.hpp 2003-05-15 08:38:00.000000000 +0000 ++++ unrar/array.hpp 2003-06-09 09:49:49.000000000 +0000 +@@ -1,6 +1,8 @@ + #ifndef _RAR_ARRAY_ + #define _RAR_ARRAY_ + ++#include "global.hpp" ++ + template class Array + { + private: -- 2.44.0