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:
Axel Dörfler 2004-01-25 18:31:04 +00:00
parent 0f18208594
commit 016f7b6f32
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -6,7 +6,7 @@
#if _KERNEL_MODE
#include "util/kernel_cpp.h"
#include "kernel_cpp.h"
const nothrow_t std::nothrow = {};