FpDebug: fix the compilation issue introduced by 1633420 on MacOS

This commit is contained in:
rich2014 2023-11-28 01:48:04 +08:00
parent c9e2e06abe
commit b5db1bf52f

View File

@ -7,8 +7,10 @@ interface
uses
Classes,
BaseUnix,
SysUtils,
SysCall;
{$ifdef linux}
SysCall,
{$endif}
SysUtils;
const
PTRACE_TRACEME = 0;