Added cthreads to fpmake for fpcmake util

This commit is contained in:
Marcus Sackrow 2023-07-16 19:56:46 +02:00
parent 33dba31536
commit f8d1602db5

View File

@ -19,6 +19,9 @@
program fpmake;
uses
{$ifdef unix}
cthreads,
{$endif}
fpmkunit,
{$IFDEF HAS_UNIT_PROCESS}
process,