diff options
-rw-r--r-- | palm/coldsync/files/patch-src_symboltable.cc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/palm/coldsync/files/patch-src_symboltable.cc b/palm/coldsync/files/patch-src_symboltable.cc new file mode 100644 index 0000000..a1dae94 --- /dev/null +++ b/palm/coldsync/files/patch-src_symboltable.cc @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/symboltable.cc.orig Fri Feb 21 23:32:21 2003 ++++ src/symboltable.cc Fri Feb 21 23:35:23 2003 +@@ -13,6 +13,8 @@ + #include <cstdlib> // For malloc() and friends + #include "symboltable.h" + ++using namespace std; ++ + static char *make_c_string(const string &s); + + map<string,string> table; /* XXX - Is this going to cause problems on |