From 4e8c5582aac913401dadc654d930a486437b27eb Mon Sep 17 00:00:00 2001 From: naddy Date: Sat, 22 Feb 2003 01:12:26 +0000 Subject: Fix build on -CURRENT (GCC3). Approved by: maintainer --- palm/coldsync/files/patch-src_symboltable.cc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 palm/coldsync/files/patch-src_symboltable.cc (limited to 'palm') diff --git a/palm/coldsync/files/patch-src_symboltable.cc b/palm/coldsync/files/patch-src_symboltable.cc new file mode 100644 index 000000000000..a1dae9425f02 --- /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 // For malloc() and friends + #include "symboltable.h" + ++using namespace std; ++ + static char *make_c_string(const string &s); + + map table; /* XXX - Is this going to cause problems on -- cgit