Fixed compilation when you can't add private/kernel to your include headers.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6301 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0f18208594
commit
016f7b6f32
@ -1,5 +1,10 @@
|
||||
SubDir OBOS_TOP src kernel core util ;
|
||||
|
||||
UsePrivateHeaders [ FDirName kernel util ] ;
|
||||
# that's a temporary inconvenience until we have a glibc based stdio.h
|
||||
# you don't have to understand it, you just have to live with it :-)
|
||||
# send your complaints to: axeld@pinc-software.de
|
||||
|
||||
KernelStaticLibrary libkernel_util :
|
||||
<$(SOURCE_GRIST)>list.c
|
||||
<$(SOURCE_GRIST)>kernel_cpp.cpp
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#if _KERNEL_MODE
|
||||
|
||||
#include "util/kernel_cpp.h"
|
||||
#include "kernel_cpp.h"
|
||||
|
||||
const nothrow_t std::nothrow = {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user