X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/69b439a013e03cd1d3eb13da8bbbc20aa5bf5184..055fa6bf18e0733d1bf2f97075d6bb33c76e72b5:/unitfork.pas

diff --git a/unitfork.pas b/unitfork.pas
index 5239fc0..019695b 100755
--- a/unitfork.pas
+++ b/unitfork.pas
@@ -1,7 +1,7 @@
-{ Copyright (C) 2005 Bas Steendijk and Peter Green
-  For conditions of distribution and use, see copyright notice in zlib_license.txt
-    which is included in the package
-      ----------------------------------------------------------------------------- }
+{ Copyright (C) 2005 Bas Steendijk and Peter Green
+  For conditions of distribution and use, see copyright notice in zlib_license.txt
+    which is included in the package
+      ----------------------------------------------------------------------------- }
 unit unitfork;
 
 interface
@@ -17,9 +17,9 @@ uses
   {$ifdef VER1_0}
     linux,
   {$else}
-    baseunix,unix,unixutil,
+    baseunix,unix,unixutil,sockets,
   {$endif}
-  sysutils;
+  sysutils;
 
 {$include unixstuff.inc}