From d2be09791d8b77866fb8a0d81bc048793cd6ce00 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 1 Jan 2009 10:23:10 +0000 Subject: [PATCH] Fixes #2623. [SVN r50422] --- src/wide_posix_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wide_posix_api.cpp b/src/wide_posix_api.cpp index 83d651b8..c8a91902 100644 --- a/src/wide_posix_api.cpp +++ b/src/wide_posix_api.cpp @@ -29,7 +29,7 @@ #include #include -#if defined(BOOST_NO_STDC_NAMESPACE) +#if defined(BOOST_NO_STDC_NAMESPACE) || defined(__NetBSD__) namespace std{ # ifndef BOOST_NO_SWPRINTF using ::swprintf;