synamisc.pas POSIX fixes

git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@255 7c85be65-684b-0410-a082-b2ed4fbef004
This commit is contained in:
geby 2022-01-16 14:05:38 +00:00
parent a96461ce23
commit 8185f7ffd2

View File

@ -82,12 +82,16 @@ interface
uses
synautil, blcksock, SysUtils, Classes
{$IFDEF UNIX}
{$IFNDEF FPC}
, Libc
{$ENDIF}
{$IFDEF POSIX}
,Types,Posix.Stdlib
{$ELSE}
, Windows
{$IFDEF UNIX}
{$IFNDEF FPC}
, Libc
{$ENDIF}
{$ELSE}
, Windows
{$ENDIF}
{$ENDIF}
;