From 5c2430e6896de2139bf8e5e467dd3a6ba527f46a Mon Sep 17 00:00:00 2001 From: Stef Date: Wed, 31 Mar 2004 22:25:56 +0000 Subject: Changes for FreeBSD compatibility --- src/usuals.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/usuals.h') diff --git a/src/usuals.h b/src/usuals.h index fcc696d..8a58660 100644 --- a/src/usuals.h +++ b/src/usuals.h @@ -42,7 +42,19 @@ #define NULL 0 #endif +#include "config.h" + #include #include +#include +#include +using std::string; + +#if HAVE_WSTRING +using std::wstring; +#else +typedef std::basic_string wstring; +#endif + #endif // __USUALS_H__ -- cgit v1.2.3