|
From: <axl...@us...> - 2009-08-30 13:32:25
|
Revision: 530
http://hgengine.svn.sourceforge.net/hgengine/?rev=530&view=rev
Author: axlecrusher
Date: 2009-08-30 13:32:16 +0000 (Sun, 30 Aug 2009)
Log Message:
-----------
fix linux compile
Modified Paths:
--------------
Mercury2/src/MercuryUtil.cpp
Modified: Mercury2/src/MercuryUtil.cpp
===================================================================
--- Mercury2/src/MercuryUtil.cpp 2009-08-30 13:31:41 UTC (rev 529)
+++ Mercury2/src/MercuryUtil.cpp 2009-08-30 13:32:16 UTC (rev 530)
@@ -4,8 +4,10 @@
#include <MercuryVector.h>
#include <MercuryBacktrace.h>
-#ifdef WIN32
-#include <Windows.h>
+#ifdef WIN32
+#include <Windows.h>
+#else
+#include <unistd.h>
#endif
MString ConvertToCFormat( const MString & ncf )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|