add unitfork.pas to uses clause of test app so it's compilation gets checked
[lcore.git] / lmessages.pas
index 7bb73fded153a54c69899453e0a10928ace88e4f..0dc159b4c8841a9de5b27d80e9c0dd48401d7233 100755 (executable)
@@ -1,3 +1,8 @@
+{ Copyright (C) 2005 Bas Steendijk and Peter Green\r
+  For conditions of distribution and use, see copyright notice in zlib_license.txt\r
+  which is included in the package\r
+  ----------------------------------------------------------------------------- }\r
+\r
 unit lmessages;\r
 //windows messages like system based on lcore tasks\r
 interface\r
 unit lmessages;\r
 //windows messages like system based on lcore tasks\r
 interface\r
@@ -84,7 +89,7 @@ procedure init;
 \r
 implementation\r
 uses\r
 \r
 implementation\r
 uses\r
-  baseunix,unix,lcore;//,safewriteln;\r
+  baseunix,unix,lcore,unixutil;//,safewriteln;\r
 {$i unixstuff.inc}\r
 \r
 type\r
 {$i unixstuff.inc}\r
 \r
 type\r
@@ -653,4 +658,4 @@ begin
   end;\r
 end;\r
 \r
   end;\r
 end;\r
 \r
-end.
\ No newline at end of file
+end.\r