Attempt to fix the FreeBSD build. We don't really what KernelExport.h defines,

so include OS.h instead.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42185 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2011-06-14 13:44:07 +00:00
parent 38c1f44d70
commit 40f4cf2aca
1 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,2 @@
#define dprintf haiku_dprintf
#include <../os/drivers/KernelExport.h>
#undef dprintf
#include <OS.h>
// We don't actually need anything from <KernelExport.h>.