Browse Source

Fixed compilation after r40351

git-svn-id: trunk@40354 -
marcus 6 years ago
parent
commit
1bcafda4f4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/pastojs/fpmake.pp

+ 1 - 0
packages/pastojs/fpmake.pp

@@ -27,6 +27,7 @@ begin
     P.Dependencies.Add('fcl-js');
     P.Dependencies.Add('fcl-json');
     P.Dependencies.Add('fcl-passrc');
+    P.Dependencies.Add('fcl-process');
     Defaults.Options.Add('-Sc');
 
     P.Author := 'Free Pascal development team';