X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/4782a5c5afee47721cc617daa40dd29828342c2b..1272fe8df1c3cc91ea478e2d2d44a0ec4c80f57b:/lloopback.pas

diff --git a/lloopback.pas b/lloopback.pas
index 7e26d7c..a72b610 100755
--- a/lloopback.pas
+++ b/lloopback.pas
@@ -1,3 +1,7 @@
+{$ifdef fpc}
+  {$mode delphi}
+{$endif}
+
 unit lloopback;
 
 interface
@@ -11,14 +15,14 @@ type
 
 
 implementation
-uses
-{$ifdef ver1_0}
-  linux;
-{$else}
-  baseunix,unix,unixutil;  
-{$endif}
-{$i unixstuff.inc}
-
+uses
+{$ifdef ver1_0}
+  linux;
+{$else}
+  baseunix,unix,unixutil,sockets;  
+{$endif}
+{$i unixstuff.inc}
+
 constructor tlloopback.create(aowner:tcomponent);
 begin
   inherited create(aowner);