Explorar el Código

* Explicitly specify path to include files

Michaël Van Canneyt hace 1 año
padre
commit
37c32a9eb7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      rtl/wasi/wasiapi.pp

+ 2 - 2
rtl/wasi/wasiapi.pp

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