From f208973a61db4068b49ca4c382e28a8e66d5e9c4 Mon Sep 17 00:00:00 2001 From: Iikka Hauhio Date: Thu, 6 Jun 2024 15:38:25 +0300 Subject: [PATCH] fixed path.c in jam-files --- jam-files/engine/modules/path.c | 1 + 1 file changed, 1 insertion(+) diff --git a/jam-files/engine/modules/path.c b/jam-files/engine/modules/path.c index f8dedaccd..38c1e563c 100644 --- a/jam-files/engine/modules/path.c +++ b/jam-files/engine/modules/path.c @@ -9,6 +9,7 @@ #include "../lists.h" #include "../native.h" #include "../timestamp.h" +#include "../filesys.h" LIST * path_exists( FRAME * frame, int flags )