- fix linux compilation

svn path=/trunk/; revision=29454
This commit is contained in:
Johannes Anderwald
2007-10-08 09:28:04 +00:00
parent 6cd6fc2c8c
commit e4fa627016

View File

@@ -27,7 +27,7 @@
#include <assert.h>
#include <math.h>
#include <signal.h>
#include <io.h>
//#include <io.h>
namespace Sysreg_
{
@@ -283,7 +283,7 @@ namespace Sysreg_
#ifdef __LINUX__
if (_mktemp(pipename))
if (mktemp(pipename))
{
string temp = pipename;
m_Src = "/tmp/" + temp;