DGEN: Fix ksys.h header location

git-svn-id: svn://kolibrios.org@9841 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
turbocat 2022-06-15 20:09:08 +00:00
parent 946e1c6b5f
commit b080ae7f4d
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ extern "C" {
#ifdef _KOLIBRI
extern "C" {
#include <ksys.h>
#include <sys/ksys.h>
}
#endif