Fix osx build
authorGavin Andresen <gavinandresen@gmail.com>
Wed, 9 May 2012 17:56:53 +0000 (13:56 -0400)
committerLuke Dashjr <luke-jr+git@utopios.org>
Tue, 15 May 2012 07:49:27 +0000 (07:49 +0000)
src/util.cpp

index 3569f22..3ad31dd 100644 (file)
@@ -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