git-svn-id: trunk@7492 -
@@ -21,23 +21,21 @@ interface
{$PACKRECORDS C}
{$ifdef BSD}
-Uses BaseUnix, unixtype;
+uses initc,BaseUnix, unixtype;
{$i pthrbsd.inc}
{$else}
-
-{$ifdef linux}
-uses unixtype;
-{$i pthrlinux.inc}
-{$else}
-{$ifdef sunos}
-uses
- unixtype;
-{$i pthrsnos.inc}
-{$endif}
+ {$ifdef linux}
+ uses initc,unixtype;
+ {$i pthrlinux.inc}
+ {$else}
+
+ {$ifdef sunos}
+ {$i pthrsnos.inc}
+ {$error operating system not detected}
+ {$endif}
{$endif}
implementation