Browse Source

* Needs threads

Michaël Van Canneyt 2 năm trước cách đây
mục cha
commit
8a6cc51bb9
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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,