Michaël Van Canneyt пре 2 година
родитељ
комит
b7cfcd051f
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      utils/h2pas/fpmake.pp

+ 5 - 1
utils/h2pas/fpmake.pp

@@ -2,7 +2,11 @@
 {$mode objfpc}{$H+}
 program fpmake;
 
-uses fpmkunit;
+uses 
+{$ifdef unix}
+  cthreads,
+{$endif}
+  fpmkunit;
 {$endif ALLPACKAGES}
 
 procedure add_h2pas(const ADirectory: string);