userlandfs: Pre-define and use the right KMessage.
Otherwise, later on when we include the real one Clang errors about there being two conflicting KMessages declared in separate contexts.
This commit is contained in:
parent
b06b5456a5
commit
cef24e1a43
@ -22,7 +22,8 @@
|
||||
|
||||
|
||||
struct IOCtlInfo;
|
||||
class KMessage;
|
||||
namespace BPrivate { class KMessage; }
|
||||
using BPrivate::KMessage;
|
||||
class Settings;
|
||||
class Volume;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user