Kaydet (Commit) bc96a843 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix build against Mac OS X SDK 10.4

Change-Id: I077afe48e0d375f75a8c35bc87c6c177b68512f7
üst 4dc71bcf
......@@ -41,7 +41,14 @@
#ifdef MACOSX
#include <premac.h>
#include <IOBluetooth/IOBluetooth.h>
#if MACOSX_SDK_VERSION >= 1070
#import <IOBluetooth/IOBluetooth.h>
#else
#import <CoreFoundation/CoreFoundation.h>
#import <IOBluetooth/IOBluetoothUtilities.h>
#import <IOBluetooth/objc/IOBluetoothSDPUUID.h>
#import <IOBluetooth/objc/IOBluetoothSDPServiceRecord.h>
#endif
#include <postmac.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment