Browse Source

* Explicitly specify path to include files

Michaël Van Canneyt 1 year ago
parent
commit
37c32a9eb7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/wasi/wasiapi.pp

+ 2 - 2
rtl/wasi/wasiapi.pp

@@ -19,8 +19,8 @@ unit wasiapi;
 
 
 interface
 interface
 
 
-{$I wasitypes.inc}
-{$I wasiprocs.inc}
+{$I wasiinc/wasitypes.inc}
+{$I wasiinc/wasiprocs.inc}
 
 
 implementation
 implementation