diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-07-30 19:05:34 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-07-30 20:48:19 +0300 |
commit | 09a4c4d176ff97ab8ff4027af83a549991667baf (patch) | |
tree | cee80db78cc77340b75e1128aaebee6039209531 /sd | |
parent | 918ddde5be4fde7bf8679bdf19805c618deabbf5 (diff) |
Odd instability in what Bluetooth headers to include in OS X SDKs
Change-Id: Ia8e835373bea3287cf16f3d505dbb420c874fed3
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index f8843ea1b040..ccdf03f31ac5 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -39,7 +39,7 @@ #ifdef MACOSX #include <osl/conditn.hxx> // Include this early to avoid error as check() gets defined by some SDK header to empty #include <premac.h> - #if MACOSX_SDK_VERSION >= 1070 + #if MACOSX_SDK_VERSION == 1070 || MACOSX_SDK_VERSION == 1080 #import <IOBluetooth/IOBluetooth.h> #else #import <CoreFoundation/CoreFoundation.h> |