2
0
Michaël Van Canneyt 2 жил өмнө
parent
commit
ac0da360b5

+ 5 - 1
utils/fpcres/fpmake.pp

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