From: beware Date: Sat, 22 Nov 2008 17:25:18 +0000 (+0000) Subject: added unixutil to lmessages because of unixstuff.inc compile error X-Git-Url: http://www.lcore.org/git/lcore.git/commitdiff_plain/f04d9ac0ffbe96ead372b84dad0786daba7f5ed7 added unixutil to lmessages because of unixstuff.inc compile error git-svn-id: file:///svnroot/lcore/trunk@19 b1de8a11-f9be-4011-bde0-cc7ace90066a --- diff --git a/lmessages.pas b/lmessages.pas index 7bb73fd..db26b38 100755 --- a/lmessages.pas +++ b/lmessages.pas @@ -84,7 +84,7 @@ procedure init; implementation uses - baseunix,unix,lcore;//,safewriteln; + baseunix,unix,lcore,unixutil;//,safewriteln; {$i unixstuff.inc} type @@ -653,4 +653,4 @@ begin end; end; -end. \ No newline at end of file +end.