mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 01:59:05 +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
|
uses
|
||||||
Classes,
|
Classes,
|
||||||
BaseUnix,
|
BaseUnix,
|
||||||
SysUtils,
|
{$ifdef linux}
|
||||||
SysCall;
|
SysCall,
|
||||||
|
{$endif}
|
||||||
|
SysUtils;
|
||||||
|
|
||||||
const
|
const
|
||||||
PTRACE_TRACEME = 0;
|
PTRACE_TRACEME = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user