diff options
Diffstat (limited to 'math/topaz/files/patch-topaz::msgbuff.cc')
-rw-r--r-- | math/topaz/files/patch-topaz::msgbuff.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/topaz/files/patch-topaz::msgbuff.cc b/math/topaz/files/patch-topaz::msgbuff.cc new file mode 100644 index 000000000000..7a043464b25c --- /dev/null +++ b/math/topaz/files/patch-topaz::msgbuff.cc @@ -0,0 +1,11 @@ +--- topaz/msgbuff.cc.orig Wed Dec 4 23:02:26 2002 ++++ topaz/msgbuff.cc Fri Dec 27 04:36:46 2002 +@@ -30,6 +30,8 @@ + #include "msgbuff.h" + #include "kanji.h" + ++using namespace std; ++ + extern int tabnumber; + extern WINDOW *menuwin, *msgwin, *sepwin ,*titlewin; + |