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

+ 5 - 1
utils/pas2jni/fpmake.pp

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