diff --git a/src/kernel/core/util/Jamfile b/src/kernel/core/util/Jamfile index 70de496574..de910de520 100644 --- a/src/kernel/core/util/Jamfile +++ b/src/kernel/core/util/Jamfile @@ -1,10 +1,5 @@ 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 diff --git a/src/kernel/core/util/kernel_cpp.cpp b/src/kernel/core/util/kernel_cpp.cpp index 3a11a48739..856a43b629 100644 --- a/src/kernel/core/util/kernel_cpp.cpp +++ b/src/kernel/core/util/kernel_cpp.cpp @@ -6,7 +6,7 @@ #if _KERNEL_MODE -#include "kernel_cpp.h" +#include "util/kernel_cpp.h" const nothrow_t std::nothrow = {};