Simba: Fix compilation under Linux x64.

Patch by moparisthebest, Libc apparently isn't even used though it broke
compilation.
This commit is contained in:
Merlijn Wajer 2011-06-26 10:52:14 +02:00
parent 89f1a9b696
commit 6873e72175
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ uses
Classes,
synafpc,
{$IFNDEF MSWINDOWS}
Libc, SysUtils;
SysUtils;
{$ELSE}
Windows;
{$ENDIF}