mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 20:39:09 +02:00
StartLazarus: fixed compilation after r30956 #a4080c2387 (we still need FileUtil unit)
git-svn-id: trunk@30960 -
This commit is contained in:
parent
9f5c738559
commit
4cd04c1a87
@ -82,7 +82,7 @@ uses
|
|||||||
BaseUnix,
|
BaseUnix,
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
Classes, SysUtils, Process, UTF8Process,
|
Classes, SysUtils, Process, UTF8Process,
|
||||||
LCLProc, FileProcs, Forms, Controls, Dialogs,
|
LCLProc, FileProcs, FileUtil, Forms, Controls, Dialogs,
|
||||||
LazConf, Splash;
|
LazConf, Splash;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Loading…
Reference in New Issue
Block a user