Browse Source

* Add cthreads

Michaël Van Canneyt 2 years ago
parent
commit
6bd8388fb4
1 changed files with 5 additions and 1 deletions
  1. 5 1
      utils/dxegen/fpmake.pp

+ 5 - 1
utils/dxegen/fpmake.pp

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