Fix build on -CURRENT (GCC3).

Approved by:	maintainer
This commit is contained in:
Christian Weisgerber 2003-02-22 01:12:26 +00:00
parent 0ce09e2e42
commit be0e9f1f6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76078

View 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