diff options
Diffstat (limited to 'textproc/latte/files/patch-latte-html.cxx')
-rw-r--r-- | textproc/latte/files/patch-latte-html.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/latte/files/patch-latte-html.cxx b/textproc/latte/files/patch-latte-html.cxx new file mode 100644 index 000000000000..ac1db63b2430 --- /dev/null +++ b/textproc/latte/files/patch-latte-html.cxx @@ -0,0 +1,11 @@ +--- latte-html.cxx.orig Fri Oct 22 13:02:02 1999 ++++ latte-html.cxx Fri Mar 19 01:17:52 2004 +@@ -22,6 +22,8 @@ + #include <cstdlib> + #include <ctime> + ++using namespace std; ++ + static bool in_pre = 0; + static bool in_html = 0; + |