Fixes LCLIntf compilation in UNIX

git-svn-id: trunk@25414 -
This commit is contained in:
sekelsenmat 2010-05-15 08:53:37 +00:00
parent aa50d358b4
commit 6b4280a175

View File

@ -50,6 +50,7 @@ interface
uses
{$IFDEF Windows}Windows, {$ifndef ver2_2_0}ShellApi, {$ENDIF}{$ENDIF}
{$IFDEF UNIX}Unix, {$ENDIF}
{$IFDEF Darwin}MacOSAll, {$ENDIF}
Types, Math, Classes, SysUtils, LCLType, LCLProc, GraphType, InterfaceBase,
LResources, FileUtil, UTF8Process, Maps, LMessages;