add unitfork.pas to uses clause of test app so it's compilation gets checked
authorplugwash <plugwash@p10link.net>
Mon, 26 Jan 2009 01:30:31 +0000 (01:30 +0000)
committerplugwash <plugwash@p10link.net>
Mon, 26 Jan 2009 01:30:31 +0000 (01:30 +0000)
git-svn-id: file:///svnroot/lcore/trunk@31 b1de8a11-f9be-4011-bde0-cc7ace90066a

lcoretest.dpr

index b58e14a64e4fd66edbf4eb85a86baf87e6e16b6a..b84b8ec1b3668d7dd848efec61804f588c25d8d0 100755 (executable)
@@ -12,9 +12,10 @@ uses
   binipstuff,\r
   sysutils,\r
   dnssync,\r
-  //we don't actually make any use of lmessages in this app, we just\r
+  //we don't actually make any use of the units below in this app, we just\r
   //include it to check if it compiles ok ;)\r
-  lmessages;\r
+  lmessages,\r
+  unitfork;\r
 {$ifdef win32}\r
   {$R *.RES}\r
 {$endif}\r