diff --git a/modules/rostests/apitests/ntdll/CMakeLists.txt b/modules/rostests/apitests/ntdll/CMakeLists.txt index 24844b98f4b..ed0a199a903 100644 --- a/modules/rostests/apitests/ntdll/CMakeLists.txt +++ b/modules/rostests/apitests/ntdll/CMakeLists.txt @@ -2,6 +2,7 @@ add_subdirectory(load_notifications) include_directories($) +include_directories(${REACTOS_SOURCE_DIR}/ntoskrnl/include) spec2def(ntdll_apitest.exe ntdll_apitest.spec) list(APPEND SOURCE @@ -43,6 +44,7 @@ list(APPEND SOURCE NtSetVolumeInformationFile.c NtUnloadDriver.c NtWriteFile.c + probelib.c RtlAllocateHeap.c RtlBitmap.c RtlComputePrivatizedDllName_U.c