summaryrefslogtreecommitdiff
path: root/packages/pthreads/src/pthreads.pp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pthreads/src/pthreads.pp')
-rw-r--r--packages/pthreads/src/pthreads.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/pthreads/src/pthreads.pp b/packages/pthreads/src/pthreads.pp
index 008bbd1258..11c107af3b 100644
--- a/packages/pthreads/src/pthreads.pp
+++ b/packages/pthreads/src/pthreads.pp
@@ -25,16 +25,16 @@ uses initc,BaseUnix, unixtype;
{$i pthrbsd.inc}
{$else}
{$ifdef linux}
- uses initc,unixtype;
+ uses initc, ctypes, unixtype;
{$i pthrlinux.inc}
{$else}
{$ifdef sunos}
- uses initc,unixtype;
+ uses initc, ctypes, unixtype;
{$i pthrsnos.inc}
{$else}
{$ifdef beos}
- uses initc, baseunix, unixtype;
+ uses initc, ctypes, baseunix, unixtype;
{$i pthrbeos.inc}
{$else}
{$error operating system not detected}