From d306fd833c0165dc6cfa4cd0415efe4e3c76658a Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Wed, 9 May 2012 13:56:53 -0400 Subject: [PATCH] Fix osx build --- src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.cpp b/src/util.cpp index 3569f22ecd3..3ad31dd6c24 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -843,7 +843,7 @@ boost::filesystem::path GetDefaultDataDir() #ifdef MAC_OSX // Mac pathRet /= "Library/Application Support"; - filesystem::create_directory(pathRet); + fs::create_directory(pathRet); return pathRet / "Bitcoin"; #else // Unix