linux header fixes

git-svn-id: https://profuse.googlecode.com/svn/branches/v2@347 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
ksherlock 2011-02-22 05:09:45 +00:00
parent 2243d8d136
commit 011c3b7b44
2 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,7 @@
#include <cstring>
#include <cstdio>
#include <Device/Adaptor.h>
#include <ProFUSE/Exception.h>

View File

@ -1,6 +1,7 @@
#include <ProFUSE/Exception.h>
#include <stdio.h>
#include <cstdio>
#include <cstring>
using namespace ProFUSE;
@ -145,4 +146,4 @@ const char *ProDOSException::errorString()
return "";
}
return "";
}
}