mirror of
https://github.com/ksherlock/profuse.git
synced 2024-12-22 20:29:59 +00:00
linux header fixes
git-svn-id: https://profuse.googlecode.com/svn/branches/v2@347 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
parent
2243d8d136
commit
011c3b7b44
@ -2,6 +2,7 @@
|
||||
|
||||
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
#include <Device/Adaptor.h>
|
||||
|
||||
#include <ProFUSE/Exception.h>
|
||||
|
@ -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 "";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user