small fix.

git-svn-id: trunk@11081 -
This commit is contained in:
marco 2008-05-25 09:40:28 +00:00
parent fa3a0815ac
commit d8d208de9c

View File

@ -2,7 +2,7 @@ unit users;
Interface Interface
{$mode delphi} {$mode delphi}
uses BaseUnix,pwd,grp, {$ifdef Linux} shadow{$endif},SysUtils,Classes; uses BaseUnix,pwd,grp, {$ifdef Linux} shadow,{$endif}SysUtils,Classes;
Type Type
EUserLookupError = Class(Exception); EUserLookupError = Class(Exception);