Added a missing include (and fixed a warning this way).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2116 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2002-11-29 08:37:19 +00:00
parent 8a91be0446
commit fc88dc959f

View File

@ -3,6 +3,7 @@
** Distributed under the terms of the NewOS License.
*/
#include <KernelExport.h>
#include <kernel.h>
#include <vfs.h>
#include <debug.h>