Browse Source

* Needs threads

Michaël Van Canneyt 2 years ago
parent
commit
8a6cc51bb9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      utils/fpmake.pp

+ 3 - 0
utils/fpmake.pp

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