diff --git a/src/kits/Jamfile b/src/kits/Jamfile index db2cf3c12f..5ec87f971c 100644 --- a/src/kits/Jamfile +++ b/src/kits/Jamfile @@ -19,6 +19,8 @@ for subdir in $(subdirs) { } UsePrivateHeaders shared app [ FDirName servers app ] ; +UsePrivateHeaders kernel ; + # for syscalls.h # Add subsubdirs to the SEARCH_SOURCE. SEARCH_SOURCE += [ FDirName $(SUBDIR) interface BTextView ] ;