From 6873e72175b3be1c5b33b3c371b40d08d99b47a5 Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Sun, 26 Jun 2011 10:52:14 +0200 Subject: [PATCH] Simba: Fix compilation under Linux x64. Patch by moparisthebest, Libc apparently isn't even used though it broke compilation. --- Units/Synapse/ssl_openssl_lib.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Units/Synapse/ssl_openssl_lib.pas b/Units/Synapse/ssl_openssl_lib.pas index fa85f70..23234de 100644 --- a/Units/Synapse/ssl_openssl_lib.pas +++ b/Units/Synapse/ssl_openssl_lib.pas @@ -85,7 +85,7 @@ uses Classes, synafpc, {$IFNDEF MSWINDOWS} - Libc, SysUtils; + SysUtils; {$ELSE} Windows; {$ENDIF}