mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 22:16:00 +02:00
FpDebug: fix the compilation issue introduced by 1633420
on MacOS
This commit is contained in:
parent
c9e2e06abe
commit
b5db1bf52f
@ -7,8 +7,10 @@ interface
|
||||
uses
|
||||
Classes,
|
||||
BaseUnix,
|
||||
SysUtils,
|
||||
SysCall;
|
||||
{$ifdef linux}
|
||||
SysCall,
|
||||
{$endif}
|
||||
SysUtils;
|
||||
|
||||
const
|
||||
PTRACE_TRACEME = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user