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:
Augustin Cavalier 2017-12-12 20:10:42 -05:00
parent b06b5456a5
commit cef24e1a43

View File

@ -22,7 +22,8 @@
struct IOCtlInfo;
class KMessage;
namespace BPrivate { class KMessage; }
using BPrivate::KMessage;
class Settings;
class Volume;