X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/7dc251cf8ed990dd285b5fa5818c3a247e07d95c..eaf53edbc38a2987348e92205a2fd2f1982bc2e1:/lcoretest.dpr?ds=sidebyside 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}