From f02a5078536dfd8e080e58a688e046bbc94725f6 Mon Sep 17 00:00:00 2001 From: ivost Date: Sun, 14 Sep 2008 18:54:55 +0000 Subject: * added unixtype unit in addition to baseunix unit (currently baseunix contains all types of unixtype) git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11782 3ad0048d-3df7-0310-abae-a5850022a9f2 --- packages/pthreads/src/pthreads.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/pthreads') 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} -- cgit v1.2.1