mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
18 lines
434 B
C++
18 lines
434 B
C++
--- src/symboltable.cc.orig Tue Nov 13 16:48:07 2001
|
|
+++ src/symboltable.cc Tue May 11 11:19:40 2004
|
|
@@ -7,11 +7,15 @@
|
|
* $Id: symboltable.cc,v 2.2 2001/10/18 01:38:55 arensb Exp $
|
|
*/
|
|
|
|
+#include <stdio.h>
|
|
+#include <wchar.h>
|
|
#include "config.h"
|
|
#include <string>
|
|
#include <map>
|
|
#include <cstdlib> // For malloc() and friends
|
|
#include "symboltable.h"
|
|
+
|
|
+using namespace std;
|
|
|
|
static char *make_c_string(const string &s);
|
|
|