From 1ff69ee0faee570e2b99477a167c68ac56bb94b8 Mon Sep 17 00:00:00 2001 From: pierre Date: Wed, 7 Feb 2018 22:28:39 +0000 Subject: [PATCH] Fix compilation with SUPPORT_REMOTE macro defined git-svn-id: trunk@38157 - --- packages/ide/fpdebug.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ide/fpdebug.pas b/packages/ide/fpdebug.pas index 64d934904a..64393897ac 100644 --- a/packages/ide/fpdebug.pas +++ b/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