瀏覽代碼

Fix compilation with SUPPORT_REMOTE macro defined

git-svn-id: trunk@38157 -
pierre 7 年之前
父節點
當前提交
1ff69ee0fa
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ide/fpdebug.pas

+ 2 - 2
packages/ide/fpdebug.pas

@@ -356,7 +356,7 @@ uses
   Windebug,
 {$endif Windows}
 {$ifdef Unix}
-  termio,
+  baseunix, unix, termio,
 {$endif Unix}
   Systems,Globals,
   FPRegs,FPTools,
@@ -873,7 +873,7 @@ begin
           s:=TransformRemoteString(RemoteSshExecCommand);
           PushStatus(S);
 {$ifdef Unix}
-          error:=0;
+          ErrorVal:=0;
           { return without waiting for the function to end }
           s:= s+' &';
           If fpsystem(s)=-1 Then