diff --git a/components/fpdebug/fpdbglinuxextra.pas b/components/fpdebug/fpdbglinuxextra.pas index 423c067192..9281146820 100644 --- a/components/fpdebug/fpdbglinuxextra.pas +++ b/components/fpdebug/fpdbglinuxextra.pas @@ -7,8 +7,10 @@ interface uses Classes, BaseUnix, - SysUtils, - SysCall; +{$ifdef linux} + SysCall, +{$endif} + SysUtils; const PTRACE_TRACEME = 0;