mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
14 lines
351 B
C++
14 lines
351 B
C++
|
|
$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
|