From 82f36a23a52b6e25703a70c40568feb0cd0e3fd2 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 16 Feb 2008 14:32:36 +0100 Subject: Use NSRecursiveLock rather than POSIX semaphores. darcs-hash:247b2833d2767a5c432fc1f64155ed5ff2b8763f --- Objective-C/PyObjC/libffi_support.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Objective-C/PyObjC') diff --git a/Objective-C/PyObjC/libffi_support.m b/Objective-C/PyObjC/libffi_support.m index 4bc1137..b98201f 100644 --- a/Objective-C/PyObjC/libffi_support.m +++ b/Objective-C/PyObjC/libffi_support.m @@ -13,8 +13,9 @@ #include "pyobjc.h" #import -#import #import +#import +#import #ifdef MACOSX /* -- cgit v1.2.3