From eaf53edbc38a2987348e92205a2fd2f1982bc2e1 Mon Sep 17 00:00:00 2001 From: plugwash Date: Mon, 26 Jan 2009 01:30:31 +0000 Subject: [PATCH 1/1] add unitfork.pas to uses clause of test app so it's compilation gets checked git-svn-id: file:///svnroot/lcore/trunk@31 b1de8a11-f9be-4011-bde0-cc7ace90066a --- lcoretest.dpr | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lcoretest.dpr b/lcoretest.dpr index b58e14a..b84b8ec 100755 --- a/lcoretest.dpr +++ b/lcoretest.dpr @@ -12,9 +12,10 @@ uses binipstuff, sysutils, dnssync, - //we don't actually make any use of lmessages in this app, we just + //we don't actually make any use of the units below in this app, we just //include it to check if it compiles ok ;) - lmessages; + lmessages, + unitfork; {$ifdef win32} {$R *.RES} {$endif} -- 2.30.2