Forgot to include <util/kernel_cpp.h>.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4925 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-10-02 01:16:57 +00:00
parent 39cdc12637
commit 291a681b35
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <boot/partitions.h>
#include <boot/platform.h>
#include <util/kernel_cpp.h>
#include <string.h>
#include <unistd.h>

View File

@ -8,6 +8,7 @@
#include <boot/partitions.h>
#include <boot/platform.h>
#include <util/kernel_cpp.h>
#include <string.h>
#include <unistd.h>