Browse Source

* Allow to work with unicodertl

Michael VAN CANNEYT 2 years ago
parent
commit
8189ae5ba8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fpmake.pp

+ 1 - 1
packages/fpmake.pp

@@ -4,7 +4,7 @@
 {$mode objfpc}{$H+}
 program fpmake;
 
-uses {$ifdef unix}cthreads,{$endif} sysutils, Classes, fpmkunit;
+uses {$ifdef unix}cwstring,cthreads,{$endif} sysutils, Classes, fpmkunit;
 
 Var
   TBuild,T : TTarget;