mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build on -CURRENT (GCC3).
Approved by: maintainer
This commit is contained in:
parent
0ce09e2e42
commit
be0e9f1f6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76078
1 changed files with 14 additions and 0 deletions
14
palm/coldsync/files/patch-src_symboltable.cc
Normal file
14
palm/coldsync/files/patch-src_symboltable.cc
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue